apps-sdk 1.0.159 → 1.0.160

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apps-sdk",
3
- "version": "1.0.159",
3
+ "version": "1.0.160",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -127,7 +127,7 @@ class PayWallLogic {
127
127
  ...(offerToken && {subscriptionOffers: [{sku, offerToken}]}),
128
128
  });
129
129
  subscribed = true;
130
- Session.setIsSubscribed(true);
130
+ await Session.setIsSubscribed(true);
131
131
  if (hidePayWallCallback) {
132
132
  hidePayWallCallback();
133
133
  }