@tryheliumai/paywall-sdk-react-native 0.1.25 → 0.1.26

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.
@@ -135,7 +135,8 @@ class BridgingPaywallDelegate: HeliumPaywallDelegate {
135
135
 
136
136
  callback(PurchaseState.PurchaseResponse(
137
137
  transactionId: transactionId,
138
- status: status
138
+ status: status,
139
+ error: nil
139
140
  ))
140
141
  }
141
142
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryheliumai/paywall-sdk-react-native",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "Paywall SDK Helium",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/commonjs/index.js",