mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
Add card fields component (WIP)
This commit is contained in:
parent
061d30f575
commit
94379e4feb
1 changed files with 1 additions and 1 deletions
|
@ -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' )
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue