File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments