From b56787e63730e7a893d3ce6912b0c647635ac765 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Wed, 25 May 2022 06:52:18 +0000 Subject: [PATCH] Adjust fuel prices. #670 --- 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 a79f3f5c..d61fa56f 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 = 320; - const REFUEL_FEE_DIESEL = 340; + const REFUEL_FEE_GAS = 380; + const REFUEL_FEE_DIESEL = 360; private $security; protected $em;