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
54
54
.acceptAccountPayments(boolean)
55
55
.acceptCardPayments(boolean)
56
56
.onStagingEnv(boolean)
57
+ .allowSaveCardFeature(boolean)
57
58
.withTheme(styleId)
58
59
.initialize();
59
60
* ` 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
69
70
* ` acceptAccountPayments() ` - Set to ` true ` if you want to accept payments via bank accounts, else set to false. ` boolean ` . Defaults to ` true `
70
71
* ` acceptCardPayments() ` - Set to ` true ` if you want to accept payments via cards, else set to ` false ` . ` boolean ` . Defaults to ` true `
71
72
* ` 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 ` .
72
74
* ` withTheme() ` - Sets the theme of the UI. ` int `
73
75
* ` initialize ` - Launch the Rave Payment UI
74
76
You can’t perform that action at this time.
0 commit comments