jamie07051975
jamie07051975
FFilament
Created by Hussain4real on 3/21/2024 in #❓┊help
Filament and Laravel Cashier Paddle
Couldn't get the button to work and its fine as it is so will leave like that
10 replies
FFilament
Created by Hussain4real on 3/21/2024 in #❓┊help
Filament and Laravel Cashier Paddle
Then used the checkout component not the button: <x-paddle-checkout :checkout="$checkout" class="w-full" />
10 replies
FFilament
Created by Hussain4real on 3/21/2024 in #❓┊help
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
FFilament
Created by Hussain4real on 3/21/2024 in #❓┊help
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
FFilament
Created by Hussain4real on 3/21/2024 in #❓┊help
Filament and Laravel Cashier Paddle
It seems like the events aren't bound to the links even though the class has been added and the paddle script is loaded and running.
10 replies
FFilament
Created by Hussain4real on 3/21/2024 in #❓┊help
Filament and Laravel Cashier Paddle
Getting the same issue, thought it was me
10 replies