Resolve "Fuel price change and geofence message change" #1620

Merged
jankstudio merged 2 commits from 693-fuel-price-change-and-geofence-message-change into master 2022-08-05 14:22:29 +00:00
Showing only changes of commit 774599a01b - Show all commits

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 = 380;
const REFUEL_FEE_DIESEL = 400;
const REFUEL_FEE_GAS = 340; // for 4 liters
const REFUEL_FEE_DIESEL = 360; // for 4 liters
private $security;
protected $em;