Skip to content

Commit 647aa59

Browse files
committed
fix(readme): explicitly state use of public key
1 parent 4066672 commit 647aa59

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<p align="center">
2-
<img title="Flutterwave" height="200" src="https://flutterwave.com/images/logo-colored.svg" width="50%"/>
2+
<img title="Flutterwave" height="200" src="https://flutterwave.com/images/logo-colored.svg" width="50%"/>
33
</p>
44

55

66
# React Native Flutterwave
7-
Easily implement Flutterwave for payments in your React Native appliction. This library supports both Android and iOS, and use the Flutterwave's V3 API
7+
Easily implement Flutterwave for payments in your React Native appliction. This library supports both Android and iOS, and use the Flutterwave's V3 API.
8+
:point_right:
89

910
[![V2 API](https://img.shields.io/badge/API-V3-brightgreen)](https://developer.flutterwave.com/docs) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
1011

@@ -19,6 +20,7 @@ Easily implement Flutterwave for payments in your React Native appliction. This
1920
- [Installation](#installation)
2021
- [Dependencies](#dependencies)
2122
- [Activity Indicator (Android)](#activity-indicator-only-needed-for-android)
23+
- [Merchant Piblic Key](#fire-merchant-public-key-fire)
2224
- [Important Information](#fire-important-information-fire)
2325
- Usage
2426
- [PayWithFlutterwave ](#flutterwave-button)
@@ -70,6 +72,9 @@ dependencies {
7072
}
7173
````
7274

75+
### :fire: MERCHANT PUBLIC KEY :fire:
76+
In order to use this library you are required to use your merchant public key and not the secret key. See how to get your API Keys [here](https://developer.flutterwave.com/v3.0/docs/api-keys)
77+
7378
### :fire: IMPORTANT INFORMATION :fire:
7479
If the `options` property on [PayWithFlutterwave](#paywithflutterwaveprops-interface) changes, when next the user taps on the button a new payment will be initialized whether the last one was successful or not.
7580

0 commit comments

Comments
 (0)