🔀 Merge branch 'trunk'

This commit is contained in:
Philipp Stracker 2024-06-07 12:32:32 +02:00
commit a01f1ea77f
No known key found for this signature in database
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' )
)
);
}