Merge branch 'trunk' into PCP-75-validate-form-before-sending-paypal-request

This commit is contained in:
Kirill Braslavsky 2021-03-17 12:21:28 +02:00
commit 6b61205474
7 changed files with 60 additions and 9 deletions

View file

@ -618,6 +618,7 @@ return array(
'mybank' => _x( 'MyBank', 'Name of payment method', 'woocommerce-paypal-payments' ),
'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' ),
),
'screens' => array(
State::STATE_PROGRESSIVE,