+ Fix bug on Agent - Retrait en cash v3

This commit is contained in:
Djery-Tom 2020-07-02 21:38:15 +01:00
parent 2bb74306c3
commit 767ddbc999
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ class iLinkTransactionController extends Controller
$transaction->id_wallet_ag = $walletAgent->id;
$transaction->id_wallet_sup = $walletSuperviseur->id;
$transaction->id_wallet_hyp = $walletHyperviseur->id;
$transaction->id_transaction = $this->getTransactionID();
$transaction->save();
$message = trans('messages.successful_deposit_ilink',
['id_transaction' => $transaction->id, 'amount' => $this->toMoney($transaction->montant, $init_country), 'net_init' => $this->toMoney($montantDepot, $init_country),