mobilyflow-react-native-sdk 0.0.2 → 0.0.3

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.
@@ -161,7 +161,7 @@ class MobilyflowReactNativeSdkModule(reactContext: ReactApplicationContext) : Na
161
161
  }
162
162
 
163
163
  var status = sdk.purchaseProduct(reactApplicationContext.currentActivity!!, product, purchaseOptions)
164
- promise.resolve(status)
164
+ promise.resolve(status.value)
165
165
  } catch (error: Exception) {
166
166
  throwError(error, promise)
167
167
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobilyflow-react-native-sdk",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "MobilyFlow React Native SDK",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",