@@ -19,7 +19,7 @@ |
||
| 19 | 19 | /** |
| 20 | 20 | * @param \DateTime $dateFrom |
| 21 | 21 | * @param \DateTime $dateTo |
| 22 | - * @param int $merchantID |
|
| 22 | + * @param int $arrMerchantID |
|
| 23 | 23 | * @return array of Transaction |
| 24 | 24 | */ |
| 25 | 25 | public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array; |
@@ -71,7 +71,7 @@ |
||
| 71 | 71 | /** |
| 72 | 72 | * @param \DateTime $dateFrom |
| 73 | 73 | * @param \DateTime $dateTo |
| 74 | - * @param int $merchantID |
|
| 74 | + * @param int $arrMerchantID |
|
| 75 | 75 | * @return array of Transaction |
| 76 | 76 | */ |
| 77 | 77 | public function getSales(\DateTime $dateFrom, \DateTime $dateTo, array $arrMerchantID = array()) : array |
@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Padosoft\AffiliateNetwork\Networks; |
| 4 | 4 | |
| 5 | -use Padosoft\AffiliateNetwork\Transaction; |
|
| 6 | 5 | use Padosoft\AffiliateNetwork\AbstractNetwork; |
| 7 | 6 | use Padosoft\AffiliateNetwork\NetworkInterface; |
| 7 | +use Padosoft\AffiliateNetwork\Transaction; |
|
| 8 | 8 | |
| 9 | 9 | // require "../vendor/fubralimited/php-oara/Oara/Network/Publisher/Zanox/Zapi/ApiClient.php"; |
| 10 | 10 | |