react-native-iap 12.8.1 → 12.8.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.
@@ -433,7 +433,6 @@ class RNIapIosSk2iOS15: Sk2Delegate {
433
433
  self.sendEvent = sendEvent
434
434
  products = [String: Product]()
435
435
  transactions = [String: Transaction]()
436
- addTransactionObserver()
437
436
  }
438
437
 
439
438
  deinit {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-iap",
3
- "version": "12.8.1",
3
+ "version": "12.8.2",
4
4
  "description": "React Native In App Purchase Module.",
5
5
  "repository": "https://github.com/dooboolab/react-native-iap",
6
6
  "author": "dooboolab <support@dooboolab.com> (https://github.com/dooboolab)",