+ Update Linking banking account message

This commit is contained in:
Djery-Tom 2020-11-28 09:28:49 +01:00
parent e8dc82155e
commit 9f81865b77
1 changed files with 1 additions and 7 deletions

View File

@ -558,16 +558,10 @@ INNER JOIN countries c ON oc.id_country = c.id INNER JOIN type_operators top ON
}
// Envoyer une requete vers la banque contant ses informations personnelles pour verfication du code iban
// dd($identification);
Log::info('-------------------------- User - Rattacher le compte bancaire au wallet ------------------------------------');
Log::info(array_merge($request->toArray(), $identification->toArray()));
Log::info('------------------------------------------------------------------------------------------------');
// $user->iban = $request->iban;
// $user->id_bank_country = $request->id_bank;
// $user->save();
return $this->successResponse(trans('messages.successful_bank_account_attachment'));
return $this->successResponse(trans('messages.successful_bank_account_attachment_taken'));
}
}