Skip to content

Commit

Permalink
feat: added icon for cartesbancaires
Browse files Browse the repository at this point in the history
  • Loading branch information
aritro2002 committed Dec 11, 2024
1 parent f9f221e commit 3e8ecb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/icons/orca.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/CardUtils.res
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ let getCardBrandIcon = (cardType, paymentType) => {
| SODEXO => <Icon size=brandIconSize name="card" />
| RUPAY => <Icon size=brandIconSize name="rupay-card" />
| JCB => <Icon size=brandIconSize name="jcb-card" />
| CARTESBANCAIRES => <Icon size=brandIconSize name="card" />
| CARTESBANCAIRES => <Icon size=brandIconSize name="cartesbancaires-card" />
| UNIONPAY => <Icon size=brandIconSize name="card" />
| INTERAC => <Icon size=brandIconSize name="interac" />
| NOTFOUND =>
Expand Down

0 comments on commit 3e8ecb7

Please sign in to comment.