jamie07051975
Filament and Laravel Cashier Paddle
Sorry been away. I craeted the checkout as a view variable in my checkout page:
return [
'product' => request()->query->get('product'),
'checkout' => request()->user()->checkout(request()->query->get('product'))
->returnTo(route('filament.management.pages.management'))
];
10 replies
Filament and Laravel Cashier Paddle
Managed to get it working, I was trying to show all availavble products and do the checkout on one page. Instead when I click on the product I want it now goes to a checkout page and there is has a final button which then shows the overlay and takes the payment
10 replies