Import Stripe Customers
This commit is contained in:
parent
e6963ea6c9
commit
edff2881eb
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class StripeController extends BaseController
|
|||
public function import()
|
||||
{
|
||||
|
||||
return response()->json(['message' => 'Processing'], 200);
|
||||
// return response()->json(['message' => 'Processing'], 200);
|
||||
|
||||
|
||||
if(auth()->user()->isAdmin())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue