mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-10 12:00:32 +08:00
♻️ Shorten internal payment method name
This commit is contained in:
parent
9c5b7a1d63
commit
5035b9d75d
1 changed files with 2 additions and 8 deletions
|
@ -23,10 +23,7 @@ const defaultConfig = {
|
|||
optionalMethods: [
|
||||
{ name: 'CreditDebitCards', Component: CreditDebitCards },
|
||||
{ name: 'DigitalWallets', Component: DigitalWallets },
|
||||
{
|
||||
name: 'AlternativePaymentMethods',
|
||||
Component: AlternativePaymentMethods,
|
||||
},
|
||||
{ name: 'APMs', Component: AlternativePaymentMethods },
|
||||
],
|
||||
optionalTitle: __(
|
||||
'Optional payment methods',
|
||||
|
@ -49,10 +46,7 @@ const countrySpecificConfigs = {
|
|||
optionalMethods: [
|
||||
{ name: 'CardFields', Component: CardFields },
|
||||
{ name: 'DigitalWallets', Component: DigitalWallets },
|
||||
{
|
||||
name: 'AlternativePaymentMethods',
|
||||
Component: AlternativePaymentMethods,
|
||||
},
|
||||
{ name: 'APMs', Component: AlternativePaymentMethods },
|
||||
{ name: 'Fastlane', Component: Fastlane },
|
||||
],
|
||||
optionalTitle: __( 'Expanded Checkout', 'woocommerce-paypal-payments' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue