mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
✨ Consolidate ACDC logic in CardFieldsModule
This commit is contained in:
parent
433e7f7c8b
commit
901e7761e1
2 changed files with 19 additions and 1 deletions
|
@ -225,7 +225,7 @@ class DisabledFundingSources {
|
|||
* Filters the final list of disabled funding sources.
|
||||
*/
|
||||
$disable_funding = apply_filters(
|
||||
'woocommerce_paypal_payments_disabled_funding_sources',
|
||||
'woocommerce_paypal_payments_sdk_disabled_funding_hook',
|
||||
$disable_funding
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue