1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Merge pull request #6238 from turbo124/v5-develop

Fixes for Stripe
This commit is contained in:
David Bomba 2021-07-09 10:44:51 +10:00 committed by GitHub
commit 9b72498ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,9 @@ class StripeController extends BaseController
public function import()
{
return response()->json(['message' => 'Processing'], 200);
if(auth()->user()->isAdmin())
{