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

Version Path
pesapal-1.8.0 lib/generators/templates/README.md
pesapal-1.7.0 lib/generators/templates/README.md
pesapal-1.6.0 lib/generators/templates/README.md
pesapal-1.5.6 lib/generators/templates/README.md
pesapal-1.5.5 lib/generators/templates/README.md
pesapal-1.5.4 lib/generators/templates/README.md
pesapal-1.5.3 lib/generators/templates/README.md
pesapal-1.5.2 lib/generators/templates/README.md
pesapal-1.5.1 lib/generators/templates/README.md
pesapal-1.5.0 lib/generators/templates/README.md
pesapal-1.3.0 lib/generators/templates/README.md
pesapal-1.2.2 lib/generators/templates/README.md