mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add empty method to avoid js error
This commit is contained in:
parent
a71965b967
commit
8683b4dd4a
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,9 @@ class CardFieldsRenderer {
|
|||
|
||||
return styles;
|
||||
}
|
||||
|
||||
disableFields() {}
|
||||
enableFields() {}
|
||||
}
|
||||
|
||||
export default CardFieldsRenderer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue