react-native-iap 14.4.43 → 14.4.45
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.
|
@@ -339,7 +339,7 @@ class HybridRnIap : HybridRnIapSpec() {
|
|
|
339
339
|
|
|
340
340
|
if (activity == null) {
|
|
341
341
|
RnIapLog.warn("requestPurchase: Activity is null - cannot start purchase flow")
|
|
342
|
-
sendPurchaseError(toErrorResult(OpenIAPError.
|
|
342
|
+
sendPurchaseError(toErrorResult(OpenIAPError.MissingCurrentActivity))
|
|
343
343
|
return@async defaultResult
|
|
344
344
|
}
|
|
345
345
|
|
package/openiap-versions.json
CHANGED
package/package.json
CHANGED