Add gateway features support

This commit is contained in:
Emili Castells Guasch 2024-05-21 15:52:41 +02:00
parent d840296a25
commit 17fd6886ff
2 changed files with 17 additions and 1 deletions

View file

@ -12,6 +12,7 @@ registerPaymentMethod({
canMakePayment: () => {return true},
supports: {
showSavedCards: true,
showSaveOption: true
showSaveOption: true,
features: config.supports
}
})