Skip to content

Commit fdcb473

Browse files
committed
Merge branch 'BolajisBrain-json-responses-in-readme'
2 parents efc0bac + 9b552dd commit fdcb473

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
buildscript {
44
repositories {
5-
jcenter()
65
google()
6+
jcenter()
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.3.0'
@@ -15,8 +15,8 @@ buildscript {
1515

1616
allprojects {
1717
repositories {
18-
jcenter()
1918
google()
19+
jcenter()
2020
}
2121
}
2222

0 commit comments

Comments
 (0)