call setCustomerSubscription after configuring subscription info

This commit is contained in:
ggurdin 2024-10-29 15:52:44 -04:00
parent 1d7f54624b
commit 4e6ac3348c
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

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