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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -