This commit is contained in:
Pedro Silva 2024-01-26 18:01:39 +00:00
parent 2167c7c78b
commit be7ece91da
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -113,8 +113,8 @@ class SavePaymentMethodsModule implements ModuleInterface {
'venmo' => array(
'attributes' => array(
'vault' => array(
'store_in_vault' => 'ON_SUCCESS',
'usage_type' => 'MERCHANT',
'store_in_vault' => 'ON_SUCCESS',
'usage_type' => 'MERCHANT',
'permit_multiple_payment_tokens' => true,
),
),
@ -139,8 +139,8 @@ class SavePaymentMethodsModule implements ModuleInterface {
'paypal' => array(
'attributes' => array(
'vault' => array(
'store_in_vault' => 'ON_SUCCESS',
'usage_type' => 'MERCHANT',
'store_in_vault' => 'ON_SUCCESS',
'usage_type' => 'MERCHANT',
'permit_multiple_payment_tokens' => true,
),
),