Skip to content

Commit

Permalink
Fix wrong sbanken MC product code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna-Kai Barstad Golberg authored and langz committed Jul 1, 2024
1 parent bfe8a9d commit 0bb804d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function PaymentCardAllCardsExample() {
'VB2',
'VB5',
'P101',
'P103',
'103',
'VS8',
'VO3',
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ const cardData = [
bankAxept: BankAxeptType.BankAxept,
},
{
productCode: 'P103',
productCode: '103',
productName: 'Sbanken – et konsept fra DNB',
displayName: 'Sbanken – et konsept fra DNB',
cardDesign: sbankenMastercard,
Expand Down

0 comments on commit 0bb804d

Please sign in to comment.