Skip to content

Commit

Permalink
feature #4 - Update currency enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 16, 2022
1 parent f192deb commit 1c26924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/2-business/enums/currencyEnum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export enum CurrencyEnum {
BRL = 'BRL',
USD = 'USD',
EUR = 'EUR',
CAD = 'CAD'
IRN = 'IRN'
}

0 comments on commit 1c26924

Please sign in to comment.