Completed
Push — master ( f95f15...32d593 )
by Joao
02:26
created
src/Omnipay/Komerci/TraitRequest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -10,6 +10,9 @@
 block discarded – undo
10 10
     protected $endpoint = 'https://ecommerce.userede.com.br/pos_virtual/wskomerci/cap.asmx/';
11 11
     protected $endpointTest = 'https://ecommerce.userede.com.br/pos_virtual/wskomerci/cap_teste.asmx/';
12 12
 
13
+    /**
14
+     * @param string $method
15
+     */
13 16
     public function getEndpoint($method)
14 17
     {
15 18
         return $this->getTestMode() ? $this->endpointTest . $method . "Tst" : $this->endpoint . $method;
Please login to merge, or discard this patch.