Skip to content

Commit

Permalink
fix purchase status path
Browse files Browse the repository at this point in the history
  • Loading branch information
alibo committed Mar 18, 2015
1 parent 70e39e4 commit da0b73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Requests/PurchaseStatusRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function __construct($package = null, $productId = null, $purchaseToken = null)
*/
public function getUri() {

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

$toReplace = [
'{package}' => $this->getPackage(),
Expand Down

0 comments on commit da0b73a

Please sign in to comment.