Sha256: e96a7ff20fd360d958b3a81f4a2e5ae3039ee32ee96d2b037dd489f02938d16f
Contents?: true
Size: 318 Bytes
Versions: 3
Compression:
Stored size: 318 Bytes
Contents
module Ipay module Rest LIVE = ENV.fetch("LIVE") { 0 } VID = ENV.fetch("VID") { "demo" } SECRET_KEY = ENV.fetch("IPAY_SECRET_KEY") { "demoCHANGED" } BASE_URL=ENV.fetch("IPAY_BASE_URL") { "https://apis.ipayafrica.com/payments/v2/" } DEFAULT_CURRENCY=ENV.fetch("IPAY_CURRENCY") { "KES" } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ipay-rest-0.1.3 | lib/ipay/rest/constants.rb |
ipay-rest-0.1.2 | lib/ipay/rest/constants.rb |
ipay-rest-0.1.1 | lib/ipay/rest/constants.rb |