Remove subscriptions feature flag

This commit is contained in:
emilicastells 2022-11-22 12:36:47 +01:00
parent e5cced2008
commit 28031d927b
No known key found for this signature in database
GPG key ID: 1520C07081754570
6 changed files with 3 additions and 24 deletions

View file

@ -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.