Completed
Branch master (b1bb0c)
by Joao
02:29
created
src/Omnipay/Komerci/BaseRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 
15 15
     public function getEndpoint($method)
16 16
     {
17
-        return $this->getTestMode() ? $this->endpointTest . $method . "Tst" : $this->endpoint . $method;
17
+        return $this->getTestMode() ? $this->endpointTest.$method."Tst" : $this->endpoint.$method;
18 18
     }
19 19
 
20 20
     public function getApiKey()
Please login to merge, or discard this patch.