Skip to content

Commit b820ba9

Browse files
authored
Merge pull request #238 from Foxy/copilot/disable-stripe-v2-configuration
fix: temporarily disable stripe_v2 configuration from new admin
2 parents 589ced1 + 17f8d3c commit b820ba9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/elements/public/PaymentsApiPaymentMethodForm/PaymentsApiPaymentMethodForm.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ describe('PaymentsApiPaymentMethodForm', () => {
580580

581581
const oauthGateways = [
582582
'stripe_connect',
583+
'stripe_v2',
583584
'square_up',
584585
'quickbook_payments',
585586
'amazon_mws',

src/elements/public/PaymentsApiPaymentMethodForm/PaymentsApiPaymentMethodForm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ export class PaymentsApiPaymentMethodForm extends Base<Data> {
337337
private __renderPaymentMethodConfig() {
338338
const oauthGateways = [
339339
'stripe_connect',
340+
'stripe_v2',
340341
'square_up',
341342
'quickbook_payments',
342343
'amazon_mws',

0 commit comments

Comments
 (0)