Completed
Push — master ( c9eeb2...84d5f3 )
by Baldur
03:47 queued 01:58
created
Model/Order.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@
 block discarded – undo
243 243
         ]);
244 244
 
245 245
         if (!empty($this->transactionId)) {
246
-             $result['transaction_id'] = $this->transactionId;
246
+                $result['transaction_id'] = $this->transactionId;
247 247
         }
248 248
 
249 249
         if (!empty($this->transactionDate)) {
Please login to merge, or discard this patch.
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.