+ Update data sent in the credit request notification

This commit is contained in:
Djery-Tom 2020-11-18 12:36:11 +01:00
parent c7a44d6f65
commit e723953a14
1 changed files with 1 additions and 1 deletions

View File

@ -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.'';