Merge pull request #2246 from woocommerce/PCP-2722-add-block-checkout-compatibility-to-advanced-card-processing

Add block Checkout compatibility to Advanced Card Processing (2722)
This commit is contained in:
Emili Castells 2024-06-06 09:53:45 +02:00 committed by GitHub
commit 120e76b46a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 339 additions and 14 deletions

View file

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