Skip to content

Commit

Permalink
Fix icon for online banking
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Jan 17, 2025
1 parent 5831d51 commit c281530
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const paymentTypeIcon = {
[PaymentTypes.EJV]: '',
[PaymentTypes.INTERNAL]: '',
[PaymentTypes.NO_FEE]: '',
[PaymentTypes.ONLINE_BANKING]: 'mdi-bank-outline',
[PaymentTypes.ONLINE_BANKING]: 'mdi-currency-usd',
[PaymentTypes.PAD]: 'mdi-bank-outline',
[PaymentTypes.CREDIT]: 'ACCOUNT CREDIT'
}

0 comments on commit c281530

Please sign in to comment.