Integration with Intuit - get accounting details for products
This commit is contained in:
@@ -10,9 +10,4 @@ class WelcomeController extends Controller
|
||||
public function home() {
|
||||
return view('welcome.home');
|
||||
}
|
||||
|
||||
public function webhook(Request $request)
|
||||
{
|
||||
Log::channel('webhook')->debug('Webhook event',['request'=>$request]);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user