Skip to content

Commit 6362f4a

Browse files
committed
update the readme
1 parent efc0496 commit 6362f4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Set the public key, private key and other required parameters. The `RavePayManag
5454
.acceptAccountPayments(boolean)
5555
.acceptCardPayments(boolean)
5656
.onStagingEnv(boolean)
57+
.allowSaveCardFeature(boolean)
5758
.withTheme(styleId)
5859
.initialize();
5960
* `setAmount()` - This is the amount to be charged from card/account. `double`
@@ -69,6 +70,7 @@ Set the public key, private key and other required parameters. The `RavePayManag
6970
* `acceptAccountPayments()` - Set to `true` if you want to accept payments via bank accounts, else set to false. `boolean`. Defaults to `true`
7071
* `acceptCardPayments()` - Set to `true` if you want to accept payments via cards, else set to `false`. `boolean`. Defaults to `true`
7172
* `onStagingEnv()` - Set to `true` if you want your transactions to run in the staging environment otherwise set to `false`. Defaults to `false`
73+
* `allowSaveCardFeature` - Set to `true` if you want your users to be able to save their cards for later reuse otherwise set to `false`.
7274
* `withTheme()` - Sets the theme of the UI. `int`
7375
* `initialize` - Launch the Rave Payment UI
7476

0 commit comments

Comments
 (0)