Skip to content

Commit b1d6434

Browse files
authored
EPS:376: add sca to stripe eps (#43)
1 parent 5d817fe commit b1d6434

File tree

8 files changed

+16
-6
lines changed

8 files changed

+16
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"typescript-transform-paths": "^3.3.1"
4646
},
4747
"peerDependencies": {
48-
"@boldcommerce/checkout-frontend-library": "0.61.0"
48+
"@boldcommerce/checkout-frontend-library": "0.62.0"
4949
},
5050
"files": [
5151
"lib/**/*"
@@ -54,7 +54,7 @@
5454
"*.{js,jsx,ts,tsx}": "eslint --fix --max-warnings 0"
5555
},
5656
"dependencies": {
57-
"@boldcommerce/checkout-frontend-library": "0.61.0",
57+
"@boldcommerce/checkout-frontend-library": "0.62.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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ describe('testing initialize function', () => {
124124
is_test: true,
125125
public_id: 'somePublicId',
126126
apple_pay_enabled: true,
127+
google_pay_enabled: true,
127128
partner_id: 'somePartnerId',
128129
merchant_id: 'someMerchantId',
129130
fastlane_styles: {}
@@ -144,6 +145,7 @@ describe('testing initialize function', () => {
144145
is_test: true,
145146
public_id: 'somePublicId',
146147
apple_pay_enabled: true,
148+
google_pay_enabled: true,
147149
partner_id: 'somePartnerId',
148150
merchant_id: 'someMerchantId',
149151
fastlane_styles: {},
@@ -157,6 +159,7 @@ describe('testing initialize function', () => {
157159
style: {},
158160
public_id: 'somePublicId',
159161
apple_pay_enabled: true,
162+
google_pay_enabled: true,
160163
partner_id: 'somePartnerId',
161164
merchant_id: 'someMerchantId',
162165
};

tests/paypal/initPpcp.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ describe('testing initPpcp function', () => {
6767
},
6868
is_3ds_enabled: false,
6969
apple_pay_enabled: false,
70+
google_pay_enabled: false,
7071
public_id: 'somePublicId',
7172
};
7273

@@ -75,6 +76,7 @@ describe('testing initPpcp function', () => {
7576
is_test: true,
7677
public_id: 'somePublicId',
7778
apple_pay_enabled: true,
79+
google_pay_enabled: true,
7880
merchant_id: 'someClientId',
7981
partner_id: 'somePartnerId',
8082
fastlane_styles: {}

tests/paypal/managePaypalState.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ describe('testing managePaypalState functions', () => {
140140
is_test: true,
141141
public_id: 'somePublicId',
142142
apple_pay_enabled: true,
143+
google_pay_enabled: true,
143144
partner_id: 'somePartnerId',
144145
merchant_id: 'someMerchantId',
145146
fastlane_styles: {}

tests/paypal/ppcp_apple/initPPCPApple.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ describe('testing initPPCPApple function', () => {
3636
is_test: true,
3737
public_id: 'somePublicId',
3838
apple_pay_enabled: true,
39+
google_pay_enabled: true,
3940
partner_id: 'somePartnerId',
4041
merchant_id: 'someMerchantId',
4142
fastlane_styles: {}
@@ -123,6 +124,7 @@ describe('testing initPPCPApple function', () => {
123124
is_test: true,
124125
public_id: 'somePublicId',
125126
apple_pay_enabled: false,
127+
google_pay_enabled: false,
126128
partner_id: 'somePartnerId',
127129
merchant_id: 'someMerchantId',
128130
fastlane_styles: {}

tests/paypal/ppcp_buttons/initPpcpButtons.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ describe('testing initPpcpButtons function', () => {
5454
},
5555
is_3ds_enabled: false,
5656
apple_pay_enabled: false,
57+
google_pay_enabled: false,
5758
public_id: 'somePublicId',
5859
};
5960
const paypalNameSpaceMock: PayPalNamespace = {version: 'test_mock_version'};

tests/paypal/ppcp_buttons/ppcpOnLoad.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ describe('testing ppcpOnload function', () => {
3636
},
3737
is_3ds_enabled: false,
3838
apple_pay_enabled: false,
39+
google_pay_enabled: false,
3940
public_id: 'somePublicId',
4041
};
4142

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.61.0":
306-
version "0.61.0"
307-
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.61.0.tgz#66bb47f59ba74ec6024c771f20e109599a104e98"
308-
integrity sha512-6YDsNLQsEFViXr5iz/zqG5hFfu/c/MO9CYQ6zArFaG/LnXwbOlz6zxFWbKG38gejt7quHEyXUkGjfHnekn8VkQ==
305+
"@boldcommerce/checkout-frontend-library@0.62.0":
306+
version "0.62.0"
307+
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.62.0.tgz#a17841c5ff84b4093bc3474454cfed3a57f2f571"
308+
integrity sha512-OuplQyRyVqvsF/3ZGNgjsU2oRoI7Rd3doAYDRITPcfs08X1UOcOT60hSkiGSr4w+wYTfJKYOwrFmyoovxu+DXA==
309309

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

0 commit comments

Comments
 (0)