Laravel cashier using without a user -


i have scenario non logged users able make payments. possible use billable without user?

tried this. expecting user.

$customer = $this->createasstripecustomer($stripetoken, ['email'=>$email]); dd($customer); 


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -