Add more debug information for fuel service #135

This commit is contained in:
Kendrick Chan 2018-06-04 08:11:52 +08:00
parent 3bfc8c5c5b
commit 499bc1cd3c

View file

@ -282,6 +282,7 @@ class InvoiceCreator
$total['total_price'] = 200.00;
$fuel = new InvoiceItem();
error_log('fuel type - ' . $ftype);
switch ($ftype)
{
case FuelType::GAS: