Editing: mercadopago.php
<?php declare(strict_types=1); return [ 'access_token' => env('MP_ACCESS_TOKEN', ''), ];
Save
Back