react-native-iap 8.0.1 → 8.0.2
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
|
@@ -378,7 +378,7 @@ class RNIapIos: RCTEventEmitter, SKRequestDelegate, SKPaymentTransactionObserver
|
|
|
378
378
|
resolve: @escaping RCTPromiseResolveBlock = { _ in },
|
|
379
379
|
reject: @escaping RCTPromiseRejectBlock = { _, _, _ in }
|
|
380
380
|
) {
|
|
381
|
-
finishTransaction(withIdentifier: transactionIdentifier)
|
|
381
|
+
SKPaymentQueue.default().finishTransaction(withIdentifier: transactionIdentifier)
|
|
382
382
|
}
|
|
383
383
|
|
|
384
384
|
|