Skip to content

Commit f2eb845

Browse files
committed
- implemented readme to advice developers to do a requery of transaction details https://trello.com/c/TAzRVq3G
1 parent 321b740 commit f2eb845

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ 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 sure everything checks out before providing service or goods.
105+
*/
103106
if (requestCode == RaveConstants.RAVE_REQUEST_CODE && data != null) {
104107
String message = data.getStringExtra("response");
105108
if (resultCode == RavePayActivity.RESULT_SUCCESS) {

0 commit comments

Comments
 (0)