react-native-iap 14.4.21 → 14.4.22
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.
|
@@ -862,6 +862,7 @@ class HybridRnIap : HybridRnIapSpec() {
|
|
|
862
862
|
subscriptionGroupIdIOS = null,
|
|
863
863
|
transactionReasonIOS = null,
|
|
864
864
|
webOrderLineItemIdIOS = null,
|
|
865
|
+
renewalInfoIOS = null,
|
|
865
866
|
purchaseTokenAndroid = androidPurchase?.purchaseToken,
|
|
866
867
|
dataAndroid = androidPurchase?.dataAndroid,
|
|
867
868
|
signatureAndroid = androidPurchase?.signatureAndroid,
|
package/package.json
CHANGED