Skip to content

Commit

Permalink
EPS:376: add sca to stripe eps
Browse files Browse the repository at this point in the history
  • Loading branch information
bold-nima committed Oct 15, 2024
1 parent 5d817fe commit 29c39a6
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript-transform-paths": "^3.3.1"
},
"peerDependencies": {
"@boldcommerce/checkout-frontend-library": "0.61.0"
"@boldcommerce/checkout-frontend-library": "0.62.0"
},
"files": [
"lib/**/*"
Expand All @@ -54,7 +54,7 @@
"*.{js,jsx,ts,tsx}": "eslint --fix --max-warnings 0"
},
"dependencies": {
"@boldcommerce/checkout-frontend-library": "0.61.0",
"@boldcommerce/checkout-frontend-library": "0.62.0",
"@paypal/paypal-js": "^7.0.1",
"@types/applepayjs": "^3.0.4",
"@types/googlepay": "^0.6.4"
Expand Down
3 changes: 3 additions & 0 deletions tests/initialize/initialize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ describe('testing initialize function', () => {
is_test: true,
public_id: 'somePublicId',
apple_pay_enabled: true,
google_pay_enabled: true,
partner_id: 'somePartnerId',
merchant_id: 'someMerchantId',
fastlane_styles: {}
Expand All @@ -144,6 +145,7 @@ describe('testing initialize function', () => {
is_test: true,
public_id: 'somePublicId',
apple_pay_enabled: true,
google_pay_enabled: true,
partner_id: 'somePartnerId',
merchant_id: 'someMerchantId',
fastlane_styles: {},
Expand All @@ -157,6 +159,7 @@ describe('testing initialize function', () => {
style: {},
public_id: 'somePublicId',
apple_pay_enabled: true,
google_pay_enabled: true,
partner_id: 'somePartnerId',
merchant_id: 'someMerchantId',
};
Expand Down
2 changes: 2 additions & 0 deletions tests/paypal/initPpcp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ describe('testing initPpcp function', () => {
},
is_3ds_enabled: false,
apple_pay_enabled: false,
google_pay_enabled: false,
public_id: 'somePublicId',
};

Expand All @@ -75,6 +76,7 @@ describe('testing initPpcp function', () => {
is_test: true,
public_id: 'somePublicId',
apple_pay_enabled: true,
google_pay_enabled: true,
merchant_id: 'someClientId',
partner_id: 'somePartnerId',
fastlane_styles: {}
Expand Down
1 change: 1 addition & 0 deletions tests/paypal/managePaypalState.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ describe('testing managePaypalState functions', () => {
is_test: true,
public_id: 'somePublicId',
apple_pay_enabled: true,
google_pay_enabled: true,
partner_id: 'somePartnerId',
merchant_id: 'someMerchantId',
fastlane_styles: {}
Expand Down
2 changes: 2 additions & 0 deletions tests/paypal/ppcp_apple/initPPCPApple.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ describe('testing initPPCPApple function', () => {
is_test: true,
public_id: 'somePublicId',
apple_pay_enabled: true,
google_pay_enabled: true,
partner_id: 'somePartnerId',
merchant_id: 'someMerchantId',
fastlane_styles: {}
Expand Down Expand Up @@ -123,6 +124,7 @@ describe('testing initPPCPApple function', () => {
is_test: true,
public_id: 'somePublicId',
apple_pay_enabled: false,
google_pay_enabled: false,
partner_id: 'somePartnerId',
merchant_id: 'someMerchantId',
fastlane_styles: {}
Expand Down
1 change: 1 addition & 0 deletions tests/paypal/ppcp_buttons/initPpcpButtons.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ describe('testing initPpcpButtons function', () => {
},
is_3ds_enabled: false,
apple_pay_enabled: false,
google_pay_enabled: false,
public_id: 'somePublicId',
};
const paypalNameSpaceMock: PayPalNamespace = {version: 'test_mock_version'};
Expand Down
1 change: 1 addition & 0 deletions tests/paypal/ppcp_buttons/ppcpOnLoad.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ describe('testing ppcpOnload function', () => {
},
is_3ds_enabled: false,
apple_pay_enabled: false,
google_pay_enabled: false,
public_id: 'somePublicId',
};

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@boldcommerce/checkout-frontend-library@0.61.0":
version "0.61.0"
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.61.0.tgz#66bb47f59ba74ec6024c771f20e109599a104e98"
integrity sha512-6YDsNLQsEFViXr5iz/zqG5hFfu/c/MO9CYQ6zArFaG/LnXwbOlz6zxFWbKG38gejt7quHEyXUkGjfHnekn8VkQ==
"@boldcommerce/checkout-frontend-library@0.62.0":
version "0.62.0"
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.62.0.tgz#a17841c5ff84b4093bc3474454cfed3a57f2f571"
integrity sha512-OuplQyRyVqvsF/3ZGNgjsU2oRoI7Rd3doAYDRITPcfs08X1UOcOT60hSkiGSr4w+wYTfJKYOwrFmyoovxu+DXA==

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down

0 comments on commit 29c39a6

Please sign in to comment.