From 4312e4630a760ebaa54ad78b0d244a8d2570f314 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <gua@adhisimon.org>
Date: Wed, 22 Jul 2015 15:10:55 +0700
Subject: [PATCH] unquote url

---
 partner-datacell.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/partner-datacell.js b/partner-datacell.js
index 587309c..0d97098 100644
--- a/partner-datacell.js
+++ b/partner-datacell.js
@@ -90,7 +90,7 @@ function topupRequest(task, retry) {
     request(
         {
             method: 'PUT',
-            uri: 'config.h2h_out.partner',
+            uri: config.h2h_out.partner,
             multipart: [{
                 'content-type': 'text/xml',
                 body: payload_xml
-- 
1.9.0