fix: transaction wallet to wallet

This commit is contained in:
Djery-Tom 2023-10-27 11:53:38 +01:00
parent f41f4011d4
commit 454c0254f2
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class iLinkTransactionController extends Controller
$transaction->type_id_destinataire = $request->input('type_id_destinataire');
$transaction->nom_destinataire = $request->nom_destinataire;
$transaction->prenom_destinataire = $request->prenom_destinataire;
$transaction->exchange_rate = $this->getExchangeRate($init_country, $final_country);
$transaction->exchange_rate = $this->getExchangeRate($init_country, $request->final_country);
if ($configPayeur->type == 'ilink') {
$destinataire = $this->verifyiLinkRecipient($request->id_destinataire, $request->final_country);