react-native-iap 11.0.5 → 11.0.7

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.
@@ -807,7 +807,7 @@ class RNIapIosSk2iOS15: Sk2Delegate {
807
807
  SKPaymentQueue.default().presentCodeRedemptionSheet()
808
808
  resolve(nil)
809
809
  #else
810
- reject(standardErrorCode(2), "This method is not available on tvOS", nil)
810
+ reject(IapErrors.E_USER_CANCELLED.rawValue, "This method is not available on tvOS", nil)
811
811
  #endif
812
812
  }
813
813
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-iap",
3
- "version": "11.0.5",
3
+ "version": "11.0.7",
4
4
  "description": "React Native In App Purchase Module.",
5
5
  "repository": "https://github.com/dooboolab/react-native-iap",
6
6
  "author": "dooboolab <support@dooboolab.com> (https://github.com/dooboolab)",