Completed
Push — master ( e88f05...6f4a85 )
by
unknown
01:39
created
src/Networks/CommissionJunction.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * @param \DateTime $dateFrom
120 120
      * @param \DateTime $dateTo
121
-     * @param int $merchantID
121
+     * @param int $arrMerchantID
122 122
      * @return array of Transaction
123 123
      */
124 124
     public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array
@@ -167,6 +167,7 @@  discard block
 block discarded – undo
167 167
 
168 168
     /**
169 169
     * Api call CommissionJunction
170
+    * @param string $url
170 171
     */
171 172
     private function _apiCall($url)
172 173
     {
Please login to merge, or discard this patch.