@@ -79,8 +79,7 @@ |
||
79 | 79 | $confirmResponse = $this->request->confirmTransaction(); |
80 | 80 | if ($confirmResponse->getData()['ReturnCode'] == 1) { |
81 | 81 | $this->data['confirmData']['confirm'] = true; |
82 | - } |
|
83 | - else { |
|
82 | + } else { |
|
84 | 83 | $this->data['confirmData']['confirm'] = false; |
85 | 84 | } |
86 | 85 | return $this; |