Skip to content

Commit f531e60

Browse files
committed
Merge branch 'Bolaji95-update-readme-to-do-requery-on-server'
2 parents 321b740 + 8728826 commit f531e60

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ In the calling activity, override the `onActivityResult` method to receive the p
100100

101101
@Override
102102
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
103+
/*
104+
* We advise you to do a further verification of transaction's details on your server to be
105+
* sure everything checks out before providing service or goods.
106+
*/
103107
if (requestCode == RaveConstants.RAVE_REQUEST_CODE && data != null) {
104108
String message = data.getStringExtra("response");
105109
if (resultCode == RavePayActivity.RESULT_SUCCESS) {
@@ -118,6 +122,10 @@ In the calling activity, override the `onActivityResult` method to receive the p
118122
}
119123
The intent's `message` object contains the raw JSON response from the Rave API. This can be parsed to retrieve any additional payment information needed.
120124

125+
> **PLEASE NOTE**
126+
> We advise you to do a further verification of transaction's details on your server to be
127+
sure everything checks out before providing service or goods.
128+
121129
### 3. Customize the look
122130
You can apply a new look by changing the color of certain parts of the UI to highlight your brand colors
123131

0 commit comments

Comments
 (0)