When I change something in an order by click edit in backend and save that, then payment title is change back to the same as in store front view at checkout and not that one that cames after it.
For example:
$['text_title'] = 'Billmate faktura';
$['text_title_fee'] = 'Billmate faktura'; - AFTER ORDER PLACED (not sure which one)
$['text_title_fee2'] = 'Faktura - Betala inom 14 dagar';
$['text_fee'] = 'Billmate faktura'; - AFTER ORDER PLACED (not sure which one)
$['text_no_fee'] = 'Billmate faktura';
$['text_fee2'] = '%s (%s) Köpvillkor'; - AT CHECKOUT BEFORE ORDER PLACED AND AFTER EDIT ORDER IN BACKEND
When I change something in an order by click edit in backend and save that, then payment title is change back to the same as in store front view at checkout and not that one that cames after it.
For example:
$['text_title'] = 'Billmate faktura';
$['text_title_fee'] = 'Billmate faktura'; - AFTER ORDER PLACED (not sure which one)
$['text_title_fee2'] = 'Faktura - Betala inom 14 dagar';
$['text_fee'] = 'Billmate faktura'; - AFTER ORDER PLACED (not sure which one)
$['text_no_fee'] = 'Billmate faktura';
$['text_fee2'] = '%s (%s) Köpvillkor'; - AT CHECKOUT BEFORE ORDER PLACED AND AFTER EDIT ORDER IN BACKEND