Skip to content

Instantly share code, notes, and snippets.

@daviddsp
Created August 21, 2018 14:07
Show Gist options
  • Select an option

  • Save daviddsp/dac037a7458b29807d61b5d9e0013057 to your computer and use it in GitHub Desktop.

Select an option

Save daviddsp/dac037a7458b29807d61b5d9e0013057 to your computer and use it in GitHub Desktop.
$router->post('transaccion/{trx_id}/{monto}', 'Controller@index');
$router->get('transaccion/{token}/{trx_id}/{monto}', 'Controller@Consultar');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment