+ Fix bug on Agent - Retrait en cash v3
This commit is contained in:
parent
2bb74306c3
commit
767ddbc999
|
@ -632,6 +632,7 @@ class iLinkTransactionController extends Controller
|
||||||
$transaction->id_wallet_ag = $walletAgent->id;
|
$transaction->id_wallet_ag = $walletAgent->id;
|
||||||
$transaction->id_wallet_sup = $walletSuperviseur->id;
|
$transaction->id_wallet_sup = $walletSuperviseur->id;
|
||||||
$transaction->id_wallet_hyp = $walletHyperviseur->id;
|
$transaction->id_wallet_hyp = $walletHyperviseur->id;
|
||||||
|
$transaction->id_transaction = $this->getTransactionID();
|
||||||
$transaction->save();
|
$transaction->save();
|
||||||
$message = trans('messages.successful_deposit_ilink',
|
$message = trans('messages.successful_deposit_ilink',
|
||||||
['id_transaction' => $transaction->id, 'amount' => $this->toMoney($transaction->montant, $init_country), 'net_init' => $this->toMoney($montantDepot, $init_country),
|
['id_transaction' => $transaction->id, 'amount' => $this->toMoney($transaction->montant, $init_country), 'net_init' => $this->toMoney($montantDepot, $init_country),
|
||||||
|
|
Loading…
Reference in New Issue