cordova-plugin-purchase
Advanced tools
Comparing version 13.3.8 to 13.3.9
@@ -156,3 +156,3 @@ # Namespace: CdvPurchase | ||
• `Const` **PLUGIN\_VERSION**: ``"13.3.8"`` | ||
• `Const` **PLUGIN\_VERSION**: ``"13.3.9"`` | ||
@@ -159,0 +159,0 @@ Current release number of the plugin. |
{ | ||
"name": "cordova-plugin-purchase", | ||
"version": "13.3.8", | ||
"version": "13.3.9", | ||
"description": "Cordova Purchase plugin for iOS, Android, Windows (AppStore, Play, UWP)", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -27,3 +27,3 @@ /// <reference path="validator/validator.ts" /> | ||
*/ | ||
export const PLUGIN_VERSION = '13.3.8'; | ||
export const PLUGIN_VERSION = '13.3.9'; | ||
@@ -638,3 +638,7 @@ /** | ||
setTimeout(() => { | ||
if (!window.CdvPurchase) { | ||
console.log('Create CdvPurchase...'); | ||
if (window.CdvPurchase) { | ||
Object.assign(window.CdvPurchase, CdvPurchase, { store: window.CdvPurchase.store }); | ||
} | ||
else { | ||
window.CdvPurchase = CdvPurchase; | ||
@@ -641,0 +645,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1898857
24422