Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 406 Bytes

instructions.md

File metadata and controls

17 lines (11 loc) · 406 Bytes

Registering provider

Like any other provider, you need to register the provider inside start/app.js file.

const providers = [
  'adonisjs-flutterwave-rave/providers/FlutterwaveRaveProvider'
]

Config

The configuration is saved inside config/ravepay.js file. Tweak it accordingly.

Docs

To find out more, read the docs here.