Resolve "Refuel service charge increase" #1595

Merged
korina.cordero merged 1 commit from 670-refuel-service-charge-increase into master 2022-05-25 15:24:33 +00:00

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 = 320;
const REFUEL_FEE_DIESEL = 340;
const REFUEL_FEE_GAS = 380;
const REFUEL_FEE_DIESEL = 360;
private $security;
protected $em;