mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Declare tokenization for ACDC only when vaulting enabled
This commit is contained in:
parent
f51dbfc6d3
commit
1f17989723
2 changed files with 2 additions and 3 deletions
|
@ -243,8 +243,6 @@ class CreditCardGateway extends \WC_Payment_Gateway_CC {
|
|||
$default_support = array(
|
||||
'products',
|
||||
'refunds',
|
||||
'tokenization',
|
||||
'add_payment_method',
|
||||
);
|
||||
|
||||
$this->supports = array_merge(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue