mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add correct id for active modal
This commit is contained in:
parent
fe412d117e
commit
73260a5d28
1 changed files with 1 additions and 3 deletions
|
@ -70,9 +70,7 @@ const Features = {
|
|||
TAB_IDS.PAYMENT_METHODS,
|
||||
'ppcp-card-payments-card'
|
||||
).then( () => {
|
||||
setActiveModal(
|
||||
'advanced_credit_and_debit_card_payments'
|
||||
);
|
||||
setActiveModal( 'ppcp-credit-card-gateway' );
|
||||
} );
|
||||
},
|
||||
showWhen: 'enabled',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue