Resolve "Update refuel charges" #1588

Merged
korina.cordero merged 2 commits from 663-update-refuel-charges into master 2022-05-02 06:56:57 +00:00

View file

@ -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;