Completed
Push — master ( 22389a...db1425 )
by
unknown
14:01
created
src/Networks/CommissionJunction.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
     /**
192 192
      * @param \DateTime $dateFrom
193 193
      * @param \DateTime $dateTo
194
-     * @param int $merchantID
194
+     * @param int $arrMerchantID
195 195
      * @return array of Transaction
196 196
      */
197 197
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()): array
@@ -275,6 +275,7 @@  discard block
 block discarded – undo
275 275
 
276 276
     /**
277 277
      * Api call CommissionJunction
278
+     * @param string $url
278 279
      */
279 280
     private function _apiCall($url)
280 281
     {
@@ -295,6 +296,9 @@  discard block
 block discarded – undo
295 296
         return $this->_tracking_parameter;
296 297
     }
297 298
 
299
+    /**
300
+     * @param string $idSite
301
+     */
298 302
     public function addAllowedSite($idSite){
299 303
         if (trim($idSite)!=''){
300 304
             $this->_network->addAllowedSite($idSite);
Please login to merge, or discard this patch.