Skip to content

Commit

Permalink
import PaymentController in routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Litvin committed Aug 5, 2019
1 parent 500e3f4 commit 8de4668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/routes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Illuminate\Support\Facades\Route;
use litvinjuan\MPPayments\PaymentController;

Route::get('/pay/{payable}', [PaymentController::class, 'form'])->name('form');
Route::post('/pay/{payable}', [PaymentController::class, 'pay'])->name('pay');

0 comments on commit 8de4668

Please sign in to comment.