Add debug info for refuel #135

This commit is contained in:
Kendrick Chan 2018-06-04 07:59:35 +08:00
parent 8b5141385c
commit 3bfc8c5c5b

View file

@ -358,6 +358,7 @@ class InvoiceCreator
$this->processOtherServices($total, $invoice, $stype);
break;
case ServiceType::EMERGENCY_REFUEL:
error_log('processing refuel');
$ftype = $criteria->getCustomerVehicle()->getFuelType();
$this->processRefuel($total, $invoice, $ftype);
break;