Completed
Push — master ( c760c9...0378e2 )
by Baldur
02:05
created
Model/Response/TaxResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     {
74 74
         if (!empty($response->order_total_amount)) {
75 75
             $this->totalAmount = $response->order_total_amount;
76
-        } elseif(!empty($response->amount)) {
76
+        } elseif (!empty($response->amount)) {
77 77
             $this->totalAmount = $response->amount;
78 78
         }
79 79
 
Please login to merge, or discard this patch.