|
|
@@ -66,10 +66,7 @@ abstract class ReceiptIssuingOrderManager |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if ($this->order->updated_at->notEqualTo($timestamp)) { |
|
|
if ($this->order->updated_at->notEqualTo($timestamp)) { |
|
|
logger([ |
|
|
|
|
|
'request' => $timestamp, |
|
|
|
|
|
'current' => $this->order->updated_at, |
|
|
|
|
|
]); |
|
|
|
|
|
|
|
|
|
|
|
throw new ExclusiveException(); |
|
|
throw new ExclusiveException(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|