mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Remove subscriptions feature flag
This commit is contained in:
parent
e5cced2008
commit
28031d927b
6 changed files with 3 additions and 24 deletions
|
@ -1446,9 +1446,6 @@ return array(
|
|||
'gateway' => 'dcc',
|
||||
),
|
||||
);
|
||||
if ( ! defined( 'PPCP_FLAG_SUBSCRIPTION' ) || ! PPCP_FLAG_SUBSCRIPTION ) {
|
||||
unset( $fields['vault_enabled'] );
|
||||
}
|
||||
|
||||
/**
|
||||
* Depending on your store location, some credit cards can't be used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue