From 6121460ae9dbc93d78833e8760ed0fda4579a0ce Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Mon, 2 Dec 2019 16:53:14 +0300 Subject: [PATCH] Update Currency.php --- src/Currency.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Currency.php b/src/Currency.php index e49b57c..deadddc 100644 --- a/src/Currency.php +++ b/src/Currency.php @@ -3,7 +3,7 @@ interface Currency { - const DOLLAR = 'USB'; + const DOLLAR = 'USD'; const EURO = 'EUR'; const YEN = 'JPY'; const POUND = 'GBP';