Passed
Push — master ( 6452bb...c7bf2e )
by mahdi
02:52
created
src/Drivers/SnappPay/SnappPay.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
         }
100 100
 
101 101
         if (!is_null($externalSourceAmount = $this->invoice->getDetail('externalSourceAmount'))) {
102
-            $data['externalSourceAmount'] = $this->normalizerAmount($externalSourceAmount) ;
102
+            $data['externalSourceAmount'] = $this->normalizerAmount($externalSourceAmount);
103 103
         }
104 104
 
105 105
         if (is_null($this->invoice->getDetail('cartList'))) {
@@ -407,7 +407,7 @@  discard block
 block discarded – undo
407 407
         }
408 408
 
409 409
         if (!is_null($externalSourceAmount = $this->invoice->getDetail('externalSourceAmount'))) {
410
-            $data['externalSourceAmount'] = $this->normalizerAmount($externalSourceAmount) ;
410
+            $data['externalSourceAmount'] = $this->normalizerAmount($externalSourceAmount);
411 411
         }
412 412
 
413 413
         if (is_null($this->invoice->getDetail('cartList'))) {
Please login to merge, or discard this patch.