mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Add gateway features support
This commit is contained in:
parent
d840296a25
commit
17fd6886ff
2 changed files with 17 additions and 1 deletions
|
@ -12,6 +12,7 @@ registerPaymentMethod({
|
|||
canMakePayment: () => {return true},
|
||||
supports: {
|
||||
showSavedCards: true,
|
||||
showSaveOption: true
|
||||
showSaveOption: true,
|
||||
features: config.supports
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue