From 4e6ac3348c9750be4c0e3c9685a20a6500d45553 Mon Sep 17 00:00:00 2001 From: ggurdin Date: Tue, 29 Oct 2024 15:52:44 -0400 Subject: [PATCH] call setCustomerSubscription after configuring subscription info --- lib/pangea/controllers/subscription_controller.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pangea/controllers/subscription_controller.dart b/lib/pangea/controllers/subscription_controller.dart index 61cfc2f88..cffd64748 100644 --- a/lib/pangea/controllers/subscription_controller.dart +++ b/lib/pangea/controllers/subscription_controller.dart @@ -94,6 +94,7 @@ class SubscriptionController extends BaseController { ); await currentSubscriptionInfo!.configure(); + await currentSubscriptionInfo!.setCurrentSubscription(); if (_activatedNewUserTrial) { setNewUserTrial(); }