From 49df3fc976d1f43c63f274ebeaad8a48b30640c6 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Tue, 11 Oct 2022 03:55:26 +0000 Subject: [PATCH] Change fuel prices. #712 --- src/Service/InvoiceGenerator/ResqInvoiceGenerator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Service/InvoiceGenerator/ResqInvoiceGenerator.php b/src/Service/InvoiceGenerator/ResqInvoiceGenerator.php index 306d0dff..f1baf1c3 100644 --- a/src/Service/InvoiceGenerator/ResqInvoiceGenerator.php +++ b/src/Service/InvoiceGenerator/ResqInvoiceGenerator.php @@ -35,8 +35,8 @@ class ResqInvoiceGenerator implements InvoiceGeneratorInterface const WARRANTY_FEE = 0; const OTHER_SERVICES_FEE = 200; const COOLANT_FEE = 1600; - const REFUEL_FEE_GAS = 300; // for 4 liters - const REFUEL_FEE_DIESEL = 320; // for 4 liters + const REFUEL_FEE_GAS = 320; // for 4 liters + const REFUEL_FEE_DIESEL = 360; // for 4 liters private $security; protected $em; -- 2.43.5