Update fuel prices for gas and diesel. #647

This commit is contained in:
Korina Cordero 2022-03-09 03:44:16 +00:00
parent e986d07f70
commit 4765c34be8

View file

@ -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;
const REFUEL_FEE_DIESEL = 260;
const REFUEL_FEE_GAS = 320;
const REFUEL_FEE_DIESEL = 280;
private $security;
protected $em;