Skip to content

Commit aabbe6b

Browse files
Disable Stripe Link in the Express Checkout Element (#9039)
1 parent c764276 commit aabbe6b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: fix
3+
4+
Disable Stripe Link in ECE.

client/express-checkout/utils/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ export const getExpressCheckoutButtonStyleSettings = () => {
161161
paymentMethods: {
162162
applePay: 'always',
163163
googlePay: 'always',
164-
link: 'auto',
164+
link: 'never',
165+
paypal: 'never',
166+
amazonPay: 'never',
165167
},
166168
layout: { overflow: 'never' },
167169
buttonTheme: {

0 commit comments

Comments
 (0)