mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 16:24:33 +08:00
Fix lint
This commit is contained in:
parent
2167c7c78b
commit
be7ece91da
1 changed files with 4 additions and 4 deletions
|
@ -113,8 +113,8 @@ class SavePaymentMethodsModule implements ModuleInterface {
|
||||||
'venmo' => array(
|
'venmo' => array(
|
||||||
'attributes' => array(
|
'attributes' => array(
|
||||||
'vault' => array(
|
'vault' => array(
|
||||||
'store_in_vault' => 'ON_SUCCESS',
|
'store_in_vault' => 'ON_SUCCESS',
|
||||||
'usage_type' => 'MERCHANT',
|
'usage_type' => 'MERCHANT',
|
||||||
'permit_multiple_payment_tokens' => true,
|
'permit_multiple_payment_tokens' => true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -139,8 +139,8 @@ class SavePaymentMethodsModule implements ModuleInterface {
|
||||||
'paypal' => array(
|
'paypal' => array(
|
||||||
'attributes' => array(
|
'attributes' => array(
|
||||||
'vault' => array(
|
'vault' => array(
|
||||||
'store_in_vault' => 'ON_SUCCESS',
|
'store_in_vault' => 'ON_SUCCESS',
|
||||||
'usage_type' => 'MERCHANT',
|
'usage_type' => 'MERCHANT',
|
||||||
'permit_multiple_payment_tokens' => true,
|
'permit_multiple_payment_tokens' => true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue