Fixed environmental constants
This commit is contained in:
@@ -17,7 +17,7 @@ type Environment string
|
||||
|
||||
const (
|
||||
Sandbox Environment = "Sandbox"
|
||||
Production Environment = "PROD"
|
||||
Production Environment = "Production"
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user