Merge pull request #869 from pangeachat/subscription-update

call setCustomerSubscription after configuring subscription info
This commit is contained in:
ggurdin 2024-10-29 15:53:36 -04:00 committed by GitHub
commit e6a2a3a6d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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