Skip to content

Commit bb86d60

Browse files
committed
add rave json response sample to readme https://trello.com/c/oj1iUDjm
1 parent 451cac1 commit bb86d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ In the calling activity, override the `onActivityResult` method to receive the p
124124
super.onActivityResult(requestCode, resultCode, data);
125125
}
126126
}
127-
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.
127+
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. Typical success response can be found [here](https://gist.github.com/BolajisBrain/305ef5a6df7744694d9c35787580a2d2) and failed response [here](https://gist.github.com/BolajisBrain/afa972cbca782bbb942984ddec9f5262).
128128

129129
> **PLEASE NOTE**
130130
> We advise you to do a further verification of transaction's details on your server to be

0 commit comments

Comments
 (0)