react-native-iap 8.1.0 → 8.1.1

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.
Binary file
@@ -773,7 +773,7 @@ class RNIapIos: RCTEventEmitter, SKRequestDelegate, SKPaymentTransactionObserver
773
773
  for discount in product.discounts {
774
774
  let formatter = NumberFormatter()
775
775
  formatter.numberStyle = .currency
776
- guard formatter.locale = discount.priceLocale else { continue }
776
+ formatter.locale = discount.priceLocale
777
777
  localizedPrice = formatter.string(from: discount.price)
778
778
  var numberOfPeriods: String?
779
779
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-iap",
3
- "version": "8.1.0",
3
+ "version": "8.1.1",
4
4
  "packageManager": "yarn@3.2.0",
5
5
  "description": "React Native In App Purchase Module.",
6
6
  "main": "index.js",