mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Remove subscriptions api feature flag
This commit is contained in:
parent
2bbd497e7c
commit
b116d6cb20
6 changed files with 6 additions and 22 deletions
|
@ -881,7 +881,7 @@ return array(
|
|||
),
|
||||
);
|
||||
|
||||
if ( defined( 'PPCP_FLAG_SUBSCRIPTIONS_API' ) && ! PPCP_FLAG_SUBSCRIPTIONS_API || ! $subscription_helper->plugin_is_active() ) {
|
||||
if ( ! $subscription_helper->plugin_is_active() ) {
|
||||
unset( $fields['subscriptions_mode'] );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue