We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df71adf commit c52e521Copy full SHA for c52e521
README.md
@@ -45,7 +45,7 @@ Add the `READ_PHONE_PERMISSION` and `INTERNET` permissions to your android manif
45
## Usage
46
47
### 1. Create a `RavePayManager` instance
48
-Set the public key, private key and other required parameters. The `RavePayManager` accepts a mandatory instance of the calling `Activity`
+Set the public key, encryption key and other required parameters. The `RavePayManager` accepts a mandatory instance of the calling `Activity`
49
50
new RavePayManager(activity).setAmount(amount)
51
.setCountry(country)
0 commit comments