@monetize.software/sdk 3.0.0-alpha.15 → 3.0.0-alpha.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3365,7 +3365,7 @@ class Cr {
3365
3365
  user: o
3366
3366
  };
3367
3367
  }
3368
- const i = r.user ?? null;
3368
+ const i = this.billing.getCachedUser() ?? r.user ?? null;
3369
3369
  if (i?.has_active_subscription)
3370
3370
  return {
3371
3371
  access: "granted",
@@ -3509,4 +3509,4 @@ export {
3509
3509
  Cr as P,
3510
3510
  er as b
3511
3511
  };
3512
- //# sourceMappingURL=PaywallUI-CwFdm-2Q.js.map
3512
+ //# sourceMappingURL=PaywallUI-BBX0qK8m.js.map