+ Procedure de retrait bloqué v1

This commit is contained in:
Djery-Tom 2020-05-22 18:08:13 +01:00
parent 33ff54f3a4
commit ee56640325
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class TransactionController extends Controller
{
// 12-05-20: Modif de Mr Manga : Le montant de la transaction c'est le montant de retrait sans les frais
return $this->errorMessage(trans('errors.service_unavailable'),Response::HTTP_SERVICE_UNAVAILABLE);
return $this->errorResponse(trans('errors.service_unavailable'),Response::HTTP_SERVICE_UNAVAILABLE);
// $frais = $transaction->montant * $config->taux_com_client_retrait / 100;
//
// $response = $client->post('https://ilink-app.com/mobilebackendtest/interacted/MembersAction.php');