-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
restorePurchases doesn't work #168
Comments
hi @zhulduz |
I have checked on iOS only, there wasn't any error. In the example below nothing happens after calling try {
console.log('Restoring purchases for ', customer);
const restoredSubscriptions = await Chargebee.restorePurchases(includeInActiveProducts, customer)
console.log('Restored purchases', restoredSubscriptions);
} catch (error) {
console.log('Restore Purchases failed', error);
} |
@zhulduz If there aren't any errors returned, could it be because there are no active subscriptions found to restore? |
@cb-haripriyan Hello, I tried for different customers: with/without active subscriptions, the result the same. |
Hi guys, I found out that in
2.4.4
version API restorePurchases doesn't work,I also tried an example with own config credentials.
Could you please try also, maybe something missing in docs.
The text was updated successfully, but these errors were encountered: