Skip to content

Commit e0bc01c

Browse files
Added cavaet (min amount) to PWB
1 parent 7a08335 commit e0bc01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ This is used to facilitate account transactions. Transactions initiated via this
416416
### ```.charge(payload)```
417417
This is called to start an account transaction. The payload should be a dictionary containing payment information. It should have the parameters:
418418

419-
* ```amount``` (The min amount for NGN account payments is N200),
419+
* ```amount``` (The min amount for NGN account payments is N200. For GBP and EUR payments, the min amount is 1),
420420
* ```currency``` (This payment option supports NGN, GBP and EUR),
421421
* ```email```,
422422
* ```firstname```,
@@ -3175,4 +3175,4 @@ Copyright (c) Flutterwave Inc.
31753175
## Test section
31763176
Sample Description for teset file.
31773177

3178-
Final test 3 out of 10. Fingers crossed
3178+
Final test 3 out of 10. Fingers crossed

0 commit comments

Comments
 (0)