Closed sergeynilov closed 5 years ago
Looks like adBlock / uBlock filters cause this error. I removed them form my browser(Google Chrome Version 77.0.3865.90 (Official Build) (64-bit)) and stripe payment works ok. But thta does not looks like decision, as many users use adBlock and uBlock on there browsers. Which decision can be ? and I am not sure it reason of error that I do not get stripe hooks ?
Hi there,
Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:
However, this issue will not be locked and everyone is still free to discuss solutions to your problem!
Thanks.
Hello, In my Laravel 5.8 app using Laravel Cashier "^10.3" I make subscription to Stripe Products and I want to create hooks for some events.
In dashboard of my stripe app I set callback link to my site In routes/web.php :
Route::get('stripe_callback_event', 'PaymentController@stripe_callback_event')->name('stripe_callback_event');
and in control I try catch log events, like :In log of laravel app I see messages from constructor, but not from stripe_callback_event and a lot of erros in the browser https://imgur.com/a/jN9gw4A
Can firewall options be reason of these errors? How to fix it?