diff --git a/modules/ppcp-button/src/Assets/SmartButton.php b/modules/ppcp-button/src/Assets/SmartButton.php index 3ea10a1bb..6dfaf79f7 100644 --- a/modules/ppcp-button/src/Assets/SmartButton.php +++ b/modules/ppcp-button/src/Assets/SmartButton.php @@ -1014,7 +1014,10 @@ class SmartButton implements SmartButtonInterface { } if ( in_array( $context, array( 'checkout-block', 'cart-block' ), true ) ) { - $disable_funding[] = 'card'; + $disable_funding = array_diff( + array_keys( $this->all_funding_sources ), + array( 'venmo', 'paylater' ) + ); } if ( $this->is_free_trial_cart() ) {