Commit c66f76c6e02e87043ba3b94874e499d53bac6db9

Authored by Adhidarma Hadiwinoto
1 parent 9de9fde1f7
Exists in master

top level element

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

... ... @@ -35,7 +35,7 @@ function createPayload(task) {
35 35 };
36 36  
37 37 console.log(payload);
38   - return xml(payload);
  38 + return "<?xml version=\"1.0\" ?>\n" + xml(payload);
39 39 }
40 40  
41 41 function topupRequest(task, retry) {