Modify hardcoded refuel charges. #663

This commit is contained in:
Korina Cordero 2022-05-02 06:20:30 +00:00
parent 4c67d59b22
commit 19d12d9264

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;