Skip to content

Commit 11c2ad1

Browse files
author
FranciscoOnt
committed
feat(payment): INT-2286 Use credit_card as payment method instead of card
1 parent 1a3e9dd commit 11c2ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payment/instrument/supported-payment-instruments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const supportedInstruments: SupportedInstruments = {
4949
provider: 'paymetric',
5050
method: 'credit_card',
5151
},
52-
'barclaycard.card': {
52+
'barclaycard.credit_card': {
5353
provider: 'barclaycard',
5454
method: 'credit_card',
5555
},

0 commit comments

Comments
 (0)