From af3a3f86ee29b532e552d3817d5c390bcffa9214 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Thu, 20 Sep 2018 11:37:16 +0300 Subject: [PATCH] add currency codes --- v1/types.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/v1/types.go b/v1/types.go index 0bfe8bc..3bdfb22 100644 --- a/v1/types.go +++ b/v1/types.go @@ -27,6 +27,13 @@ const ( MsgOrderStatusCodeDelivery = "delivery" MsgOrderStatusCodeComplete = "complete" MsgOrderStatusCodeCancel = "cancel" + + MsgCurrencyRub = "rub" + MsgCurrencyUah = "uah" + MsgCurrencyByr = "byr" + MsgCurrencyKzt = "kzt" + MsgCurrencyUsd = "usd" + MsgCurrencyEur = "eur" ) // MgClient type