mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix the cs
This commit is contained in:
parent
66e52c9ad0
commit
834f1e6579
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class SubscriptionSettingsMapHelper {
|
|||
*
|
||||
* @returns bool true if the subscription mode should be disabled, otherwise false (also by default).
|
||||
*/
|
||||
$subscription_mode_disabled = ( bool ) apply_filters( 'woocommerce_paypal_payments_subscription_mode_disabled', false );
|
||||
$subscription_mode_disabled = (bool) apply_filters( 'woocommerce_paypal_payments_subscription_mode_disabled', false );
|
||||
|
||||
return $subscription_mode_disabled ? self::OLD_SETTINGS_SUBSCRIPTION_MODE_VALUE_DISABLED : $subscription_mode_value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue