From 39781c95207184f6c7f131bc38422adf4a4412b3 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <gua@adhisimon.org> Date: Wed, 22 Jul 2015 15:06:55 +0700 Subject: [PATCH] coba multipart --- partner-datacell.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partner-datacell.js b/partner-datacell.js index 418f593..7fc9ad7 100644 --- a/partner-datacell.js +++ b/partner-datacell.js @@ -91,10 +91,10 @@ function topupRequest(task, retry) { { method: 'PUT', uri: 'config.h2h_out.partner', - multipart: [ + multipart: [{ 'content-type': 'text/xml', body: payload_xml - ] + }] }, function(error, response, body) { -- 1.9.0