Commit 39781c95207184f6c7f131bc38422adf4a4412b3

Authored by Adhidarma Hadiwinoto
1 parent 274f90989c
Exists in master

coba multipart

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

... ... @@ -91,10 +91,10 @@ function topupRequest(task, retry) {
91 91 {
92 92 method: 'PUT',
93 93 uri: 'config.h2h_out.partner',
94   - multipart: [
  94 + multipart: [{
95 95 'content-type': 'text/xml',
96 96 body: payload_xml
97   - ]
  97 + }]
98 98 },
99 99  
100 100 function(error, response, body) {