Projekt

Allgemein

Profil

Aktionen

GX-Bug #70678

offen

Beim Ändern des Bestellstatus über die API wird die E-Mail nicht automatisch gesendet, wenn "customer_notified" true ist

Von Till Tepelmann vor 9 Monaten hinzugefügt.

Status:
Gemeldet
Priorität:
Normal
Zugewiesen an:
-
Kategorie:
REST-API
Zielversion:
-
% erledigt:

0%

Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.8.0.2
Release Notes Langtext:

Beschreibung

Beim Ändern des Bestellstatus über die API wird die E-Mail nicht automatisch gesendet, wenn "customer_notified" true ist

Es sollte beim Endpunkt "api.php/v2/orders/{order_id}/status" automatisch die E-Mail für den Statuswechsel gesendet werden, wenn "customerNotified" mit true übergeben wird

Aktuell wird der Status nur geändert und es geht keine E-Mail raus, egal ob customerNotified true ist.

Kann wie folgt reproduziert werden:

  1. Shop installieren
  2. Eine Testbestellung im Shop durchführen
  3. Per REST API den Endpunkt api.php/v2/orders/{order_id}/status mit den folgenden Daten ausführen
PATCH 

{
    "comment": "",
    "customerId": 1,
    "customerNotified": true,
    "dateAdded": "2015-11-06 12:22:39",
    "statusId": 3
}

...................................

When changing the order status via the API, the email is not sent automatically if "customer_notified" is true

It should be at the endpoint "api.php/v2/orders/{order_id}/status" automatically send the email for the status change if "customerNotified" is passed with true

Currently the status is only changed and no email goes out no matter if customerNotified is true.


Nichts anzuzeigen

Aktionen

Auch abrufbar als: Atom PDF