Completed
Push — master ( 5b0350...3befdd )
by Andrii
15:04
created
src/merchants/coingate/CoinGateMerchant.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     {
25 25
         return $this->gatewayFactory->build('CoinGate', [
26 26
             'apiKey'  => $this->credentials->getKey1(),
27
-           ]);
27
+            ]);
28 28
     }
29 29
 
30 30
     /**
Please login to merge, or discard this patch.