Completed
Push — master ( c9eeb2...84d5f3 )
by Baldur
03:47 queued 01:58
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.