Added intuit payments
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Intuit\Controllers\Webhook;
|
||||
|
||||
use App\Http\Controllers\{AccountingController,
|
||||
AdminController,
|
||||
CheckoutController,
|
||||
@@ -38,5 +40,4 @@ Route::group(['middleware'=>'auth:api'], function() {
|
||||
Route::any('/intuit/accounting/list',[AccountingController::class,'list']);
|
||||
});
|
||||
|
||||
// @todo Take the specific 'intuit' out of this url, to enable other accounting methods
|
||||
Route::any('/intuit/webhook',[AccountingController::class,'webhook']);
|
||||
Route::any('/intuit/webhook',[Webhook::class,'webhook']);
|
Reference in New Issue
Block a user