Skip to content
Code-Schnipsel Gruppen Projekte
Commit f7e355d3 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: fix -> frontendMessages

Übergeordneter b7e7ee86
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -386,14 +386,14 @@ protected function getDataForSaving()
'addressInvoice' => $InvoiceAddress->toJSON(),
'addressDelivery' => $deliveryAddress,
'articles' => $this->Articles->toJSON(),
'comments' => $this->Comments->toJSON(),
'status_mails' => $this->StatusMails->toJSON(),
'history' => $this->History->toJSON(),
'frontendMessage' => $this->FrontendMessage->toJSON(),
'data' => \json_encode($this->data),
'currency_data' => \json_encode($this->getCurrency()->toArray()),
'currency' => $this->getCurrency()->getCode(),
'articles' => $this->Articles->toJSON(),
'comments' => $this->Comments->toJSON(),
'status_mails' => $this->StatusMails->toJSON(),
'history' => $this->History->toJSON(),
'frontendMessages' => $this->FrontendMessage->toJSON(),
'data' => \json_encode($this->data),
'currency_data' => \json_encode($this->getCurrency()->toArray()),
'currency' => $this->getCurrency()->getCode(),
'payment_id' => $paymentId,
'payment_method' => $paymentMethod,
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren