diff --git a/modules/ppcp-button/src/Assets/SmartButton.php b/modules/ppcp-button/src/Assets/SmartButton.php index 763038e8e..7b42b837f 100644 --- a/modules/ppcp-button/src/Assets/SmartButton.php +++ b/modules/ppcp-button/src/Assets/SmartButton.php @@ -1085,9 +1085,7 @@ class SmartButton implements SmartButtonInterface { $enable_funding = array( 'venmo' ); - if ( $this->is_pay_later_button_enabled_for_location( $context ) || - $this->is_pay_later_messaging_enabled_for_location( $context ) - ) { + if ( $this->is_pay_later_button_enabled_for_location( $context ) ) { $enable_funding[] = 'paylater'; } else { $disable_funding[] = 'paylater';