On the order overview page in Pimcore backend in the summary section order payment total is not displayed correctly. For example, total is 44€ and payment total stored is 4400.
coreshop.util.format.currency relies completely on the defined decimal factor which results in payment total not being displayed correctly. Instead of defined decimal factor, it should rely on the factor passed from OrderController getSummary for every summary item. Only if it's not passed use defined fraction digits.
On the order overview page in Pimcore backend in the summary section order payment total is not displayed correctly. For example, total is 44€ and payment total stored is 4400.
Configuration for fraction digits:
coreshop.util.format.currency relies completely on the defined decimal factor which results in payment total not being displayed correctly. Instead of defined decimal factor, it should rely on the factor passed from OrderController
getSummary
for every summary item. Only if it's not passed use defined fraction digits.