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);
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
Post a Comment