Getting "Call to undefined method Imdhemy\\Purchases\\Subscription::verify()" #348
Closed
jamesbhatta
started this conversation in
General
Replies: 2 comments
-
Hi @jamesbhatta You can use either |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @imdhemy Thank you very much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there. I had a fresh install of the pakage and configured app store credentials.Calling
$receiptResponse = Subscription::appStore()->receiptData($receipt)->verify();
throws an errorCall to undefined method Imdhemy\\Purchases\\Subscription::verify()
. Do I need to changeverify()
toverifyReceipt()
for renewal subscriptions?Beta Was this translation helpful? Give feedback.
All reactions