From fd2a1b35bc4593d9d9508696540409fcc00a34d9 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Fri, 27 Jan 2023 06:02:25 +0000 Subject: [PATCH] Update fuel prices. #729 --- src/Service/InvoiceGenerator/ResqInvoiceGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/InvoiceGenerator/ResqInvoiceGenerator.php b/src/Service/InvoiceGenerator/ResqInvoiceGenerator.php index 56a7d12b..d3a30762 100644 --- a/src/Service/InvoiceGenerator/ResqInvoiceGenerator.php +++ b/src/Service/InvoiceGenerator/ResqInvoiceGenerator.php @@ -35,7 +35,7 @@ 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_GAS = 320; // for 4 liters const REFUEL_FEE_DIESEL = 320; // for 4 liters private $security; -- 2.43.5