apps-sdk 1.0.128 → 1.0.129

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.128",
3
+ "version": "1.0.129",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -193,7 +193,7 @@ class PayWallLogic {
193
193
  config.DEBUG_MODE && console.debug('products_metadata', config.PAYWALL_DATA.products_metadata);
194
194
  }
195
195
  } catch (err) {
196
- console.log(err.code, err.message);
196
+ console.log('err_code', err.code, 'err_message', err.message);
197
197
  return {};
198
198
  }
199
199
  config.DEBUG_MODE && console.log('subscription Metadata: ', subscriptionsData);