python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Shopify - PAYMENT SESSION DOES NOT EXIST
We have completed our payment provider for shopify but it started give PAYMENT SESSION DOES NOT EXIST! message while redirecting to returnURL of shopify.
I need to know what cause to this error. If an...
Mesut Gümüştaş
Votes: 0
Answers: 0
How to fix this, i try to load dashboard route when the auth middleware is true
But when authentication was success, it shown error Route [/db1] not defined. I hace declared db1 route, but this route can access only if user has session. Anyone can tell me what wrong with my code?...
Rido
Votes: 0
Answers: 1
What is the general practice to redirect users back to their shopping cart after a certain criteria is matched
I am building an online course website with Wordpress + Buddyboss + Woocommerce + Learndash. Due to our policy, all users are required to complete their profile before they can place an order. I was a...
shenkwen
Votes: 0
Answers: 2
Session::flush is not working at first try in laravel
I have this straightforward code that directly logouts the user but sometimes it doesnt clear the session.
Note that this is on the service layer
public function logoutUser(): array
{
Session::flu...
Eric Valdez
Votes: 0
Answers: 3