@paydock/client-sdk 1.122.2-beta → 1.122.3-beta
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.
- package/bundles/index.cjs +2 -2
- package/bundles/index.mjs +2 -2
- package/bundles/widget.umd.js +2 -2
- package/bundles/widget.umd.min.js +1 -1
- package/package.json +1 -1
package/bundles/index.cjs
CHANGED
|
@@ -925,7 +925,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
925
925
|
version: 'x-sdk-version',
|
|
926
926
|
type: 'x-sdk-type'
|
|
927
927
|
});
|
|
928
|
-
SDK._version = 'v1.122.
|
|
928
|
+
SDK._version = 'v1.122.3-beta';
|
|
929
929
|
|
|
930
930
|
/******************************************************************************
|
|
931
931
|
Copyright (c) Microsoft Corporation.
|
|
@@ -12144,7 +12144,7 @@ var FlypayV2WalletService = /*#__PURE__*/function (_WalletService) {
|
|
|
12144
12144
|
mode: 'express'
|
|
12145
12145
|
}), {
|
|
12146
12146
|
clientId: this.meta.client_id,
|
|
12147
|
-
url: ((_a = this.meta) === null || _a === void 0 ? void 0 : _a.gateway_mode) === 'live' ? 'https://checkout.
|
|
12147
|
+
url: ((_a = this.meta) === null || _a === void 0 ? void 0 : _a.gateway_mode) === 'live' ? 'https://checkout.colespay.com.au' : 'https://checkout.sandbox.cxbflypay.com.au',
|
|
12148
12148
|
onCheckoutClosed: function onCheckoutClosed() {
|
|
12149
12149
|
var _a;
|
|
12150
12150
|
_this5.eventEmitter.emit(WALLET_EVENT.CHECKOUT_CLOSE);
|
package/bundles/index.mjs
CHANGED
|
@@ -923,7 +923,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
923
923
|
version: 'x-sdk-version',
|
|
924
924
|
type: 'x-sdk-type'
|
|
925
925
|
});
|
|
926
|
-
SDK._version = 'v1.122.
|
|
926
|
+
SDK._version = 'v1.122.3-beta';
|
|
927
927
|
|
|
928
928
|
/******************************************************************************
|
|
929
929
|
Copyright (c) Microsoft Corporation.
|
|
@@ -12142,7 +12142,7 @@ var FlypayV2WalletService = /*#__PURE__*/function (_WalletService) {
|
|
|
12142
12142
|
mode: 'express'
|
|
12143
12143
|
}), {
|
|
12144
12144
|
clientId: this.meta.client_id,
|
|
12145
|
-
url: ((_a = this.meta) === null || _a === void 0 ? void 0 : _a.gateway_mode) === 'live' ? 'https://checkout.
|
|
12145
|
+
url: ((_a = this.meta) === null || _a === void 0 ? void 0 : _a.gateway_mode) === 'live' ? 'https://checkout.colespay.com.au' : 'https://checkout.sandbox.cxbflypay.com.au',
|
|
12146
12146
|
onCheckoutClosed: function onCheckoutClosed() {
|
|
12147
12147
|
var _a;
|
|
12148
12148
|
_this5.eventEmitter.emit(WALLET_EVENT.CHECKOUT_CLOSE);
|
package/bundles/widget.umd.js
CHANGED
|
@@ -929,7 +929,7 @@
|
|
|
929
929
|
version: 'x-sdk-version',
|
|
930
930
|
type: 'x-sdk-type'
|
|
931
931
|
});
|
|
932
|
-
SDK._version = 'v1.122.
|
|
932
|
+
SDK._version = 'v1.122.3-beta';
|
|
933
933
|
|
|
934
934
|
/******************************************************************************
|
|
935
935
|
Copyright (c) Microsoft Corporation.
|
|
@@ -12148,7 +12148,7 @@
|
|
|
12148
12148
|
mode: 'express'
|
|
12149
12149
|
}), {
|
|
12150
12150
|
clientId: this.meta.client_id,
|
|
12151
|
-
url: ((_a = this.meta) === null || _a === void 0 ? void 0 : _a.gateway_mode) === 'live' ? 'https://checkout.
|
|
12151
|
+
url: ((_a = this.meta) === null || _a === void 0 ? void 0 : _a.gateway_mode) === 'live' ? 'https://checkout.colespay.com.au' : 'https://checkout.sandbox.cxbflypay.com.au',
|
|
12152
12152
|
onCheckoutClosed: function onCheckoutClosed() {
|
|
12153
12153
|
var _a;
|
|
12154
12154
|
_this5.eventEmitter.emit(WALLET_EVENT.CHECKOUT_CLOSE);
|