Sha256: a1ab886c03514397a89e50a08ec58d891e09d8417207017a71810e4242734c25
Contents?: true
Size: 335 Bytes
Versions: 3
Compression:
Stored size: 335 Bytes
Contents
Opay.configure do |config| config.provider = :payu # payu configuration config.pos_id = 123456 config.pos_auth_key = 'DiEKzTD' config.key1 = 'c0c4b1a6b72b610f9342ea6820ee3a9c' config.key2 = '2af5c662cab479e5471ca76326a57563' config.test_mode = true config.process_payments_localy = true if Rails.env.development? end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
opay-1.1.6 | spec/dummy/config/initializers/opay_config.rb |
opay-1.1.5 | spec/dummy/config/initializers/opay_config.rb |
opay-1.1.4 | spec/dummy/config/initializers/opay_config.rb |