Sha256: f908f9daee15f484e20e73c747449ddeba91b5f71ee382adc08fc8bfd2281d09
Contents?: true
Size: 307 Bytes
Versions: 21
Compression:
Stored size: 307 Bytes
Contents
# -*- encoding : utf-8 -*- Rubykassa.configure do |c| c.login = ENV["ROBOKASSA_LOGIN"] c.first_password = ENV["ROBOKASSA_FIRST_PASSWORD"] c.second_password = ENV["ROBOKASSA_SECOND_PASSWORD"] c.mode = :test # or :production c.http_method = :get # or :post c.xml_http_method = :get # or :post end
Version data entries
21 entries across 13 versions & 1 rubygems