Skip to content

Commit

Permalink
Merge pull request #62 from dastanaron/patch-1
Browse files Browse the repository at this point in the history
Update Currency.php
  • Loading branch information
wapmorgan committed Dec 2, 2019
2 parents 5170282 + 6121460 commit 945e073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

interface Currency
{
const DOLLAR = 'USB';
const DOLLAR = 'USD';
const EURO = 'EUR';
const YEN = 'JPY';
const POUND = 'GBP';
Expand Down

0 comments on commit 945e073

Please sign in to comment.