From 499bc1cd3c85f15d75c74b0b2dd2a9a10dab339b Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Mon, 4 Jun 2018 08:11:52 +0800 Subject: [PATCH] Add more debug information for fuel service #135 --- src/Service/InvoiceCreator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Service/InvoiceCreator.php b/src/Service/InvoiceCreator.php index 97da1d5d..bd44f76e 100644 --- a/src/Service/InvoiceCreator.php +++ b/src/Service/InvoiceCreator.php @@ -282,6 +282,7 @@ class InvoiceCreator $total['total_price'] = 200.00; $fuel = new InvoiceItem(); + error_log('fuel type - ' . $ftype); switch ($ftype) { case FuelType::GAS: