call setCustomerSubscription after configuring subscription info
This commit is contained in:
parent
1d7f54624b
commit
4e6ac3348c
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ class SubscriptionController extends BaseController {
|
|||
);
|
||||
|
||||
await currentSubscriptionInfo!.configure();
|
||||
await currentSubscriptionInfo!.setCurrentSubscription();
|
||||
if (_activatedNewUserTrial) {
|
||||
setNewUserTrial();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue