Sha256: a4263afeaa6a5705549382c2728a2a0d66816ee7f997bc04c7b1bf46bda2cf60
Contents?: true
Size: 377 Bytes
Versions: 2
Compression:
Stored size: 377 Bytes
Contents
Przelewy24Payment.setup do |config| config.seller_id = 'your_seller_id' config.language = 'pl' config.mode = :development config.error_url = '/your_controller/comeback' config.comeback_url = '/your_controller/comeback' config.hostname = { :development => "http://localhost:3000", :production => "your.domain", :staging => "staging.domain" } end
Version data entries
2 entries across 2 versions & 1 rubygems