@@ -195,7 +195,7 @@ |
||
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"); |