mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Remove dependency of ACDC Vault with Reference Transaction enabled
This commit is contained in:
parent
79f0d476a6
commit
a9e56a3ff3
2 changed files with 2 additions and 1 deletions
|
@ -864,7 +864,6 @@ return array(
|
||||||
$billing_agreements_endpoint = $container->get( 'api.endpoint.billing-agreements' );
|
$billing_agreements_endpoint = $container->get( 'api.endpoint.billing-agreements' );
|
||||||
if ( ! $billing_agreements_endpoint->reference_transaction_enabled() ) {
|
if ( ! $billing_agreements_endpoint->reference_transaction_enabled() ) {
|
||||||
unset( $fields['vault_enabled'] );
|
unset( $fields['vault_enabled'] );
|
||||||
unset( $fields['vault_enabled_dcc'] );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -241,6 +241,8 @@ class PayPalGateway extends \WC_Payment_Gateway {
|
||||||
'subscription_payment_method_change_admin',
|
'subscription_payment_method_change_admin',
|
||||||
'multiple_subscriptions'
|
'multiple_subscriptions'
|
||||||
);
|
);
|
||||||
|
} elseif ( $this->config->has( 'vault_enabled_dcc' ) && $this->config->get( 'vault_enabled_dcc' ) ) {
|
||||||
|
$this->supports[] = 'tokenization';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue