Fixing release (BC Break)
Fixes
- Changes cashOnDelivery price variable type from
int
tofloat
, allows specifying correct EUR price (This is potential BC breakint
->float
)
int
to float
, allows specifying correct EUR price (This is potential BC break int
-> float
)