Closed chekalsky closed 9 years ago
Because of different endpoint (purchases_subscriptions instead of purchases_products)
OK, works fine.
So it can be used like this:
$validator->setPackageName('app.example.com') ->setProductId('test') ->setPurchaseType(ReceiptValidator\GooglePlay\Validator::TYPE_SUBSCRIPTION) ...
Because of different endpoint (purchases_subscriptions instead of purchases_products)