@lightspeed/online-payments-sdk 1.3.0 → 1.4.0
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/dist/cjs/v1/adyen/widget.js +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/v1/adyen/widget.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -101,7 +101,7 @@ function createAdyenConfiguration(context, eventBroadcaster) {
|
|
|
101
101
|
}
|
|
102
102
|
function createDropinConfiguration() {
|
|
103
103
|
return {
|
|
104
|
-
paymentMethodComponents: [adyen_web_1.Card, adyen_web_1.GooglePay, adyen_web_1.
|
|
104
|
+
paymentMethodComponents: [adyen_web_1.Card, adyen_web_1.ApplePay, adyen_web_1.Bancontact, adyen_web_1.GooglePay, adyen_web_1.Redirect, adyen_web_1.Twint],
|
|
105
105
|
};
|
|
106
106
|
}
|
|
107
107
|
exports.AdyenWidget = {
|
package/dist/cjs/version.js
CHANGED
|
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.SDK_VERSION = void 0;
|
|
4
4
|
// This file is auto-generated during the build process
|
|
5
5
|
// DO NOT EDIT MANUALLY - Version is extracted from package.json
|
|
6
|
-
exports.SDK_VERSION = '1.
|
|
6
|
+
exports.SDK_VERSION = '1.4.0';
|
package/dist/v1/adyen/widget.js
CHANGED
|
@@ -34,7 +34,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
34
34
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
|
-
import { AdyenCheckout, Dropin, Card, GooglePay,
|
|
37
|
+
import { AdyenCheckout, Dropin, ApplePay, Bancontact, Card, GooglePay, Redirect, Twint, } from '@adyen/adyen-web';
|
|
38
38
|
import { ResultBuilder } from './ResultBuilder';
|
|
39
39
|
function mount(mountElement, session, eventBroadcaster) {
|
|
40
40
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -98,7 +98,7 @@ function createAdyenConfiguration(context, eventBroadcaster) {
|
|
|
98
98
|
}
|
|
99
99
|
function createDropinConfiguration() {
|
|
100
100
|
return {
|
|
101
|
-
paymentMethodComponents: [Card, GooglePay,
|
|
101
|
+
paymentMethodComponents: [Card, ApplePay, Bancontact, GooglePay, Redirect, Twint],
|
|
102
102
|
};
|
|
103
103
|
}
|
|
104
104
|
export var AdyenWidget = {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.4.0";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED