Adjustments funding source naming

This commit is contained in:
Pedro Silva 2024-03-25 15:45:12 +00:00
parent 09937fc991
commit fdca5c56a5
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
3 changed files with 13 additions and 3 deletions

View file

@ -962,7 +962,8 @@ return array(
'sofort' => _x( 'Sofort', 'Name of payment method', 'woocommerce-paypal-payments' ),
'venmo' => _x( 'Venmo', 'Name of payment method', 'woocommerce-paypal-payments' ),
'trustly' => _x( 'Trustly', 'Name of payment method', 'woocommerce-paypal-payments' ),
'paylater' => _x( 'Pay Later', 'Name of payment method', 'woocommerce-paypal-payments' ),
'paylater' => _x( 'PayPal Pay Later', 'Name of payment method', 'woocommerce-paypal-payments' ),
'paypal' => _x( 'PayPal', 'Name of payment method', 'woocommerce-paypal-payments' ),
);
},
@ -985,6 +986,7 @@ return array(
array_flip(
array(
'paylater',
'paypal',
)
)
);