We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e39e4 commit da0b73aCopy full SHA for da0b73a
src/Models/Requests/PurchaseStatusRequest.php
@@ -39,7 +39,7 @@ function __construct($package = null, $productId = null, $purchaseToken = null)
39
*/
40
public function getUri() {
41
42
- $uri = $this->getApiConfig()->getCancelSubscriptionPath();
+ $uri = $this->getApiConfig()->getPurchasePath();
43
44
$toReplace = [
45
'{package}' => $this->getPackage(),
0 commit comments