Skip to content

Commit da0b73a

Browse files
committed
fix purchase status path
1 parent 70e39e4 commit da0b73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Requests/PurchaseStatusRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function __construct($package = null, $productId = null, $purchaseToken = null)
3939
*/
4040
public function getUri() {
4141

42-
$uri = $this->getApiConfig()->getCancelSubscriptionPath();
42+
$uri = $this->getApiConfig()->getPurchasePath();
4343

4444
$toReplace = [
4545
'{package}' => $this->getPackage(),

0 commit comments

Comments
 (0)