Merge pull request #869 from pangeachat/subscription-update

call setCustomerSubscription after configuring subscription info
pull/1476/head
ggurdin 1 year ago committed by GitHub
commit e6a2a3a6d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -94,6 +94,7 @@ class SubscriptionController extends BaseController {
); );
await currentSubscriptionInfo!.configure(); await currentSubscriptionInfo!.configure();
await currentSubscriptionInfo!.setCurrentSubscription();
if (_activatedNewUserTrial) { if (_activatedNewUserTrial) {
setNewUserTrial(); setNewUserTrial();
} }

Loading…
Cancel
Save