sosuke.iwabuchi 3 лет назад
Родитель
Сommit
8791fb529f
1 измененных файлов: 1 добавлений и 4 удалений
  1. +1
    -4
      app/Logic/ReceiptIssuingOrder/ReceiptIssuingOrderManager.php

+ 1
- 4
app/Logic/ReceiptIssuingOrder/ReceiptIssuingOrderManager.php Просмотреть файл

@@ -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();
} }




Загрузка…
Отмена
Сохранить