Sha256: 9c38e0841f59531cef7037acf8b5a7c3eb0b3e0aeeb919c51ccef570c134e6a5
Contents?: true
Size: 512 Bytes
Versions: 1
Compression:
Stored size: 512 Bytes
Contents
Przelewy24Payment.setup do |config| config.merchant_id = 'your_merchant_id' config.pos_id = 'your_shop_id_default_merchant_id' config.crc_key = 'crc_key' config.language = 'pl' config.currency = 'PLN' config.country = 'PL' config.mode = :development config.url_status = '/your_controller/comeback' config.url_return = '/your_controller/comeback' config.hostname = { :development => "http://127.0.0.1:3000", :production => "your.domain", :staging => "staging.domain" } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
przelewy24_payment-0.2.0 | lib/generators/przelewy24_payment/install/templates/przelewy24_payment.rb |