Sha256: 72d13843fef207066b18ae9c547ab3c43dc9a465bc0e0bf55c2196fb83285cd5
Contents?: true
Size: 533 Bytes
Versions: 12
Compression:
Stored size: 533 Bytes
Contents
How To Use Config File ---------------------- The Pesapal config file is in YAML format and looks something like this. Change the values appropriately. ``` development: callback_url: 'http://0.0.0.0:3000/pesapal/callback' consumer_key: '<YOUR_CONSUMER_KEY>' consumer_secret: '<YOUR_CONSUMER_SECRET>' production: callback_url: 'http://1.2.3.4:3000/pesapal/callback' consumer_key: '<YOUR_CONSUMER_KEY>' consumer_secret: '<YOUR_CONSUMER_SECRET>' ``` The config file can be found at `#{Rails.root}/config/pesapal.yml`.
Version data entries
12 entries across 12 versions & 1 rubygems