Skip to content

Commit 116391e

Browse files
committed
update readme
1 parent 5d9e7b7 commit 116391e

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
@@ -65,8 +65,8 @@ Set the public key, private key and other required parameters. The `RavePayManag
6565
.withTheme(styleId)
6666
.initialize();
6767
* `setAmount()` - This is the amount to be charged from card/account. `double` - `[Required]`. If `amount` is not specified, the user is presented with a field in the UI to enter the amount. However if specified, the amount field is hidden
68-
* `setCountry()` - This is the route country for the transaction with respect to the currency. `String` - `[Required]`
69-
* `setCurrency` - This is the specified currency to charge the card in. `String` - `[Required]`
68+
* `setCountry()` - This is the route country for the transaction with respect to the currency. `String` - `[Required]`. You can find a list of supported countries and currencies [here](https://flutterwavedevelopers.readme.io/docs/multicurrency-payments)
69+
* `setCurrency` - This is the specified currency to charge the card in. `String` - `[Required]`.
7070
* `setEmail()` - This is the email address of the customer. `String` - `[Required]`
7171
* `setfName()` - This is the first name of the card holder or the customer. `String` - `[Required]`
7272
* `setlName()` - This is the last name of the card holder or the customer. `String` - `[Required]`

0 commit comments

Comments
 (0)