Completed
Push — master ( 50beb4...e5dc16 )
by
unknown
03:58
created
src/NetworkInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Networks/Zanox.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.