+ Procedure de retrait bloqué v1
This commit is contained in:
parent
33ff54f3a4
commit
ee56640325
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue