Fixed environmental constants

This commit is contained in:
Junpei Tsuji
2018-02-28 14:29:41 +09:00
parent 50e40fdccb
commit 659dd4b8ca
2 changed files with 10 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ type Environment string
const (
Sandbox Environment = "Sandbox"
Production Environment = "PROD"
Production Environment = "Production"
)
type (