+ Update data sent in the credit request notification
This commit is contained in:
parent
c7a44d6f65
commit
e723953a14
|
@ -644,7 +644,7 @@ class Requester
|
||||||
$this->messenger->sendMail();
|
$this->messenger->sendMail();
|
||||||
//Send notification
|
//Send notification
|
||||||
$data = new \stdClass();
|
$data = new \stdClass();
|
||||||
$data->screen = "historyItemDetails";
|
$data->screen = "Historique";
|
||||||
$data->data = new \stdClass();
|
$data->data = new \stdClass();
|
||||||
$data->data->id = $result['id'];
|
$data->data->id = $result['id'];
|
||||||
$data->data->montant = $montant.'';
|
$data->data->montant = $montant.'';
|
||||||
|
|
Loading…
Reference in New Issue