diff --git a/api/modules/CdvPurchase.md b/api/modules/CdvPurchase.md index 064a6d2c..91465c30 100644 --- a/api/modules/CdvPurchase.md +++ b/api/modules/CdvPurchase.md @@ -153,7 +153,7 @@ ___ ### PLUGIN\_VERSION -• `Const` **PLUGIN\_VERSION**: ``"13.4.2"`` +• `Const` **PLUGIN\_VERSION**: ``"13.4.3"`` Current release number of the plugin. diff --git a/www/store.d.ts b/www/store.d.ts index 2e52253c..3bc36cf9 100644 --- a/www/store.d.ts +++ b/www/store.d.ts @@ -504,7 +504,7 @@ declare namespace CdvPurchase { /** * Current release number of the plugin. */ - const PLUGIN_VERSION = "13.4.2"; + const PLUGIN_VERSION = "13.4.3"; /** * Entry class of the plugin. */ diff --git a/www/store.js b/www/store.js index cf1cbaee..400c69e5 100644 --- a/www/store.js +++ b/www/store.js @@ -616,6 +616,8 @@ var CdvPurchase; payload: { ok: false, message: fullMessage, + code: CdvPurchase.ErrorCode.COMMUNICATION, + status: status, data: {}, } }); @@ -826,7 +828,7 @@ var CdvPurchase; /** * Current release number of the plugin. */ - CdvPurchase.PLUGIN_VERSION = '13.4.2'; + CdvPurchase.PLUGIN_VERSION = '13.4.3'; /** * Entry class of the plugin. */