Skip to content

Commit

Permalink
fix(PaymentCard): set sbanken MC code to P103 (#3746)
Browse files Browse the repository at this point in the history
The previous sourceProductCode was wrong for Sbanken-cards. This one
should be correct.

---------

Co-authored-by: Hanna-Kai Barstad Golberg <hanna-kai.barstad.golberg@dnb.no>
Co-authored-by: -l <anderslangseth@gmail.com>
  • Loading branch information
3 people authored Jul 1, 2024
1 parent bfe8a9d commit 1e97a41
Show file tree
Hide file tree
Showing 3 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 1e97a41

Please sign in to comment.