Skip to content

Commit

Permalink
Merge pull request #60 from adedejiibrahim7/patch-1
Browse files Browse the repository at this point in the history
Update installation.md : RAVE_ prefix instead of FLW_
  • Loading branch information
kingflamez authored Dec 4, 2024
2 parents 20c3692 + 476852a commit a3c60a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ Open your .env file and add your public key, secret key, environment variable an
Get your keys form [here](https://dashboard.flutterwave.com/dashboard/settings/apis)

```php
FLW_PUBLIC_KEY=FLWPUBK-xxxxxxxxxxxxxxxxxxxxx-X
FLW_SECRET_KEY=FLWSECK-xxxxxxxxxxxxxxxxxxxxx-X
FLW_SECRET_HASH='My_lovelysite123'
RAVE_PUBLIC_KEY=FLWPUBK-xxxxxxxxxxxxxxxxxxxxx-X
RAVE_SECRET_KEY=FLWSECK-xxxxxxxxxxxxxxxxxxxxx-X
RAVE_SECRET_HASH='My_lovelysite123'
```

* **FLW_PUBLIC_KEY -** This is the api public key gotten from your dashboard (compulsory)
* **RAVE_PUBLIC_KEY -** This is the api public key gotten from your dashboard (compulsory)

* **FLW_SECRET_KEY -** This is the api secret key gotten from your dashboard (compulsory)
* **RAVE_SECRET_KEY -** This is the api secret key gotten from your dashboard (compulsory)

* **FLW_SECRET_HASH -** This is the secret hash for your webhook
* **RAVE_SECRET_HASH -** This is the secret hash for your webhook

0 comments on commit a3c60a0

Please sign in to comment.