Skip to content

Commit

Permalink
response is already json encoded
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirbest committed Jan 31, 2017
1 parent 53750e4 commit b47a82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwwroot/gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// now process the main request
$oResponse = process_response($spool_id, $application_id, $application_data, $gateway_flag);
// and publish output
echo json_encode($oResponse->application_data);
echo $oResponse->application_data;

// after all process data from additional app if there is any, we need to proecess it after main application
// so it can use main application result to calculate next action while processing program
Expand Down

0 comments on commit b47a82c

Please sign in to comment.