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.
- package/.yarn/install-state.gz +0 -0
- package/ios/RNIapIos.swift +1 -1
- package/package.json +1 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/ios/RNIapIos.swift
CHANGED
|
@@ -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
|
-
|
|
776
|
+
formatter.locale = discount.priceLocale
|
|
777
777
|
localizedPrice = formatter.string(from: discount.price)
|
|
778
778
|
var numberOfPeriods: String?
|
|
779
779
|
|