File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/io/appsfly/sample Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
public class App {
8
8
9
- public static void main (String args []){
9
+ public static void main (String args []) {
10
10
org .apache .log4j .BasicConfigurator .configure ();
11
11
12
12
AppInstance .AFConfig config = new AppInstance .AFConfig ("https://microapps.appsfly.io" , "1234567890123456" , "92ae2562-aebc-468f-bc9e-aa3cdd9d39b1" );
13
13
AppInstance clearTrip = new AppInstance (config , "com.cleartrip.msactivities" );
14
- clearTrip .exec ("doBooking" , new JSONObject () {{
14
+ clearTrip .exec ("doBooking" , new JSONObject () {{
15
15
//Set Params Here
16
16
// We will take care of checksum
17
17
}}, new Callback () {
18
18
@ Override
19
- public void onResponse (JSONObject response ) {
19
+ public void onResponse (Object response ) {
20
20
System .out .println (response );
21
21
// Payment Done Response
22
22
// We have already verified the checksum from you
You can’t perform that action at this time.
0 commit comments