expo-iap 2.5.1 → 2.5.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.
@@ -56,7 +56,7 @@ func serializeTransaction(_ transaction: Transaction, jwsRepresentationIos: Stri
56
56
 
57
57
  "quantityIos": transaction.purchasedQuantity,
58
58
  "originalTransactionDateIos": transaction.originalPurchaseDate.timeIntervalSince1970 * 1000,
59
- "originalTransactionIdentifierIos": transaction.originalID,
59
+ "originalTransactionIdentifierIos": String(transaction.originalID),
60
60
  "appAccountToken": transaction.appAccountToken?.uuidString,
61
61
 
62
62
  "appBundleIdIos": transaction.appBundleID,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-iap",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "In App Purchase module in Expo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",