Add more debug information for fuel service #135
This commit is contained in:
parent
3bfc8c5c5b
commit
499bc1cd3c
1 changed files with 1 additions and 0 deletions
|
|
@ -282,6 +282,7 @@ class InvoiceCreator
|
|||
$total['total_price'] = 200.00;
|
||||
|
||||
$fuel = new InvoiceItem();
|
||||
error_log('fuel type - ' . $ftype);
|
||||
switch ($ftype)
|
||||
{
|
||||
case FuelType::GAS:
|
||||
|
|
|
|||
Loading…
Reference in a new issue