Merge pull request #869 from pangeachat/subscription-update
call setCustomerSubscription after configuring subscription info
This commit is contained in:
commit
e6a2a3a6d0
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