Module: MasterCard::Core::Environment
- Defined in:
- lib/mastercard/core/constants.rb
Constant Summary collapse
- PRODUCTION =
"production"- SANDBOX =
"sandbox"- STAGE =
"stage"- DEV =
"dev"- MTF =
"mtf"- ITF =
"itf"- LOCALHOST =
"localhost"- DEVCLOUD =
"devcloud"- LABSCLOUD =
"labscloud"- OTHER1 =
"other1"- OTHER2 =
"other2"- OTHER3 =
"other3"- MAPPING =
{ "production" => ["https://api.mastercard.com", nil], "sandbox" => ["https://sandbox.api.mastercard.com", nil], "stage" => ["https://stage.api.mastercard.com", nil], "dev" => ["https://dev.api.mastercard.com", nil], "mtf" => ["https://sandbox.api.mastercard.com", "mtf"], "itf" => ["https://sandbox.api.mastercard.com", "itf"], "localhost" => ["http://localhost:8081", nil] }