Use custom save card payment checkbox and show/hide it based on vaulting setting

This commit is contained in:
Emili Castells Guasch 2024-05-22 15:52:45 +02:00
parent 13b5338627
commit 880bd48271
6 changed files with 45 additions and 13 deletions

View file

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