diff --git a/modules/ppcp-button/src/Assets/class-smartbutton.php b/modules/ppcp-button/src/Assets/class-smartbutton.php index bdeed2394..b765023e8 100644 --- a/modules/ppcp-button/src/Assets/class-smartbutton.php +++ b/modules/ppcp-button/src/Assets/class-smartbutton.php @@ -754,9 +754,7 @@ class SmartButton implements SmartButtonInterface { $params['disable-funding'] = implode( ',', array_unique( $disable_funding ) ); } - if ( ! $this->settings->has( 'vault_enabled' ) || ! $this->settings->get( 'vault_enabled' ) ) { - $params['enable-funding'] = 'venmo'; - } + $params['enable-funding'] = 'venmo'; $smart_button_url = add_query_arg( $params, 'https://www.paypal.com/sdk/js' ); return $smart_button_url;