From b836f68f4b63355351b468a6ddf3bdd4bba48c94 Mon Sep 17 00:00:00 2001 From: Ferry Ariawan Date: Thu, 1 Sep 2016 23:00:13 +0700 Subject: [PATCH] remove unset currency --- src/Controllers/DokuController.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Controllers/DokuController.php b/src/Controllers/DokuController.php index 5fad772..b27076c 100644 --- a/src/Controllers/DokuController.php +++ b/src/Controllers/DokuController.php @@ -212,10 +212,6 @@ public function pay() { if($token) { $params['token'] = $token; } - - if($this->payment_channel == '02') { - unset($params['currency']); - } $words = $this->doCreateWords($params); $wordsRaw = $this->doCreateWordsRaw($params);