Passed
Push — master ( 42a89b...0febcc )
by mahdi
08:15 queued 05:22
created
src/Drivers/Pasargad/Pasargad.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
         $terminalCode = $this->settings->terminalCode;
196 196
         $amount = $this->invoice->getAmount(); //rial
197 197
         $redirectAddress = $this->settings->callbackUrl;
198
-        $invoiceNumber = crc32($this->invoice->getUuid()) . rand(0, time());
198
+        $invoiceNumber = crc32($this->invoice->getUuid()).rand(0, time());
199 199
         
200 200
         $iranTime = new DateTime('now', new DateTimeZone('Asia/Tehran'));
201 201
         $timeStamp = $iranTime->format("Y/m/d H:i:s");
Please login to merge, or discard this patch.