Skip to content

Commit 102d597

Browse files
authored
[INTER-3203] Fix missing changes from frontend version bump (#32)
1 parent 2c10e7e commit 102d597

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"*.{js,jsx,ts,tsx}": "eslint --fix --max-warnings 0"
5555
},
5656
"dependencies": {
57-
"@boldcommerce/checkout-frontend-library": "0.57.1",
57+
"@boldcommerce/checkout-frontend-library": "0.58.0",
5858
"@paypal/paypal-js": "^7.0.1",
5959
"@types/applepayjs": "^3.0.4",
6060
"@types/googlepay": "^0.6.4"

tests/initialize/initialize.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ describe('testing initialize function', () => {
121121
apple_pay_enabled: true,
122122
partner_id: 'somePartnerId',
123123
merchant_id: 'someMerchantId',
124+
fastlane_styles: {}
124125
};
125126

126127
const orderInitData = {...initData, alternative_payment_methods: [ppcpPayment]};

tests/paypal/initPpcp.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ describe('testing initPpcp function', () => {
7979
apple_pay_enabled: true,
8080
merchant_id: 'someClientId',
8181
partner_id: 'somePartnerId',
82+
fastlane_styles: {}
8283
};
8384

8485
const payments = {...orderInitialDataMock};

tests/paypal/managePaypalState.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ describe('testing managePaypalState functions', () => {
116116
apple_pay_enabled: true,
117117
partner_id: 'somePartnerId',
118118
merchant_id: 'someMerchantId',
119+
fastlane_styles: {}
119120
};
120121

121122
test('testing call setPPCPAppleCredentials with mock', async () => {

tests/paypal/ppcp_apple/initPPCPApple.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ describe('testing initPPCPApple function', () => {
3838
apple_pay_enabled: true,
3939
partner_id: 'somePartnerId',
4040
merchant_id: 'someMerchantId',
41+
fastlane_styles: {}
4142
};
4243
const paypalNameSpaceMock: PayPalNamespace = {version: 'test_mock_version'};
4344
const paypalScriptOptions: PayPalScriptOptions = {
@@ -124,6 +125,7 @@ describe('testing initPPCPApple function', () => {
124125
apple_pay_enabled: false,
125126
partner_id: 'somePartnerId',
126127
merchant_id: 'someMerchantId',
128+
fastlane_styles: {}
127129
};
128130

129131
await initPPCPApple(ppcpPaymentAppleDisabled);

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@
302302
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
303303
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
304304

305-
"@boldcommerce/checkout-frontend-library@0.57.1":
306-
version "0.57.1"
307-
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.57.1.tgz#6ce909e4c796bf07a2190cbd502df06649e34810"
308-
integrity sha512-TVqaO1rmD9LmaS/VhdwmDrdWYjgHdeiW361UFmitU+PdY0qRbKIeGNzi6I7VYMmr6QlzQEjTzlucui5K1+tvKA==
305+
"@boldcommerce/checkout-frontend-library@0.58.0":
306+
version "0.58.0"
307+
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.58.0.tgz#ba099d2c15430612baf8b96ebed312725bb708e3"
308+
integrity sha512-Jn8g0HCnPZZ03J1Xkpm32hXuXty/xWFGaBSSMG+0BqCtpzEJ4nneSxangjI0GA55kiQjyNfTtFfTFyJ7oTeZXw==
309309

310310
"@cspotcode/source-map-support@^0.8.0":
311311
version "0.8.1"

0 commit comments

Comments
 (0)