Add card fields component (WIP)

This commit is contained in:
Emili Castells Guasch 2024-04-17 16:22:36 +02:00
parent 061d30f575
commit 94379e4feb

View file

@ -1365,7 +1365,7 @@ document.querySelector("#payment").before(document.querySelector("#ppcp-messages
$disable_funding, $disable_funding,
array_diff( array_diff(
array_keys( $this->all_funding_sources ), array_keys( $this->all_funding_sources ),
array( 'venmo', 'paylater', 'paypal' ) array( 'venmo', 'paylater', 'paypal', 'card' )
) )
); );
} }