Aktionen
GX-Bug #70261
geschlossenAfterbuy - "Bezahlt am" Datum wird falsch gesetzt | "Payment date" is set incorrectly
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
src/GXModules/Gambio/Afterbuy/OrderExport/App/Data/AfterbuyOrder/AfterbuyOrderPaymentInfoMapper.php has a hardcoded payment date
Betroffene Versionen:
4.7.2.1
Release Notes Langtext:
Das Feld "Bezahlt am" wird nun auf den Zeitpunkt gesetzt, in dem der Bestellstatus auf einen Status gesetzt worden ist, der für Afterbuy als "Bezahlt" gilt.
Beschreibung
When exporting orders to Afterbuy, the payment date (<PaymentDate>
XML attribute) is set to the current date, which is wrong.
The solution should omit the attribute if the order status is not marked as paid. If so, we use the first entry in orders_status_history
to determine the date.
Aktionen