Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
remove unset currency
Browse files Browse the repository at this point in the history
  • Loading branch information
fherryfherry committed Sep 1, 2016
1 parent 9cbf3bf commit b836f68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Controllers/DokuController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b836f68

Please sign in to comment.