Sha256: 2f47a11f7b48ac8daeb987f23a658f99278b4f96756d8216438b181bef2600cf
Contents?: true
Size: 444 Bytes
Versions: 11
Compression:
Stored size: 444 Bytes
Contents
module GenesisRuby module Api module Constants # List of possible Genesis Endpoints class Endpoints # Domain for E-ComProcessing's Genesis instance # http://www.e-comprocessing.com/ ECOMPROCESSING = 'e-comprocessing.net'.freeze # Domain for emerchantpay's Genesis instance # https://www.emerchantpay.com EMERCHANTPAY = 'emerchantpay.net'.freeze end end end end
Version data entries
11 entries across 11 versions & 1 rubygems