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.