Add option to hide funding resource Trustly

This commit is contained in:
Khalil Gharbaoui 2023-02-02 04:36:02 +01:00
parent fddd6c35e9
commit 4f1f326172
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -862,6 +862,7 @@ return array(
'p24' => _x( 'Przelewy24', 'Name of payment method', 'woocommerce-paypal-payments' ),
'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' ),
);
},