Commit 40eead5f750f4ed0695de0a7a53bc560b0515825

Authored by Adhidarma Hadiwinoto
1 parent d2933ca99f
Exists in master

debug payload_xml

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -63,6 +63,7 @@ function topupRequest(task, retry) {
63 63 }
64 64  
65 65 var payload_xml = createPayload(task);
  66 + console.log(payload_xml);
66 67  
67 68 request.post(config.h2h_out.partner, {message: payload_xml}, function(error, response, body) {
68 69 if (error) {