Can we cancel a google Subscription using LIAP #384
Replies: 1 comment 1 reply
-
Hi @vincy-dev93 You need to upgrade to liap v use Imdhemy\Purchases\Facades\Subscription;
Subscription::googlePlay()->id($itemId)->token($purchaseToken)->cancel(); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to cancel a subscription from the server side and I have implemented but using google/apiclient library, I'd like to know if is possible to do using this amazing library LIAP?
Beta Was this translation helpful? Give feedback.
All reactions