From 19d12d92649b7755d845a9b0af26f85034c61182 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Mon, 2 May 2022 06:20:30 +0000 Subject: [PATCH] Modify hardcoded refuel charges. #663 --- 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 bc6f2d67..a79f3f5c 100644 --- a/src/Service/InvoiceGenerator/ResqInvoiceGenerator.php +++ b/src/Service/InvoiceGenerator/ResqInvoiceGenerator.php @@ -36,7 +36,7 @@ class ResqInvoiceGenerator implements InvoiceGeneratorInterface const OTHER_SERVICES_FEE = 200; const COOLANT_FEE = 1600; const REFUEL_FEE_GAS = 320; - const REFUEL_FEE_DIESEL = 280; + const REFUEL_FEE_DIESEL = 340; private $security; protected $em; -- 2.43.5