Thank you for reaching out and sharing your concern.
Just to clarify, Bagisto does support Laravel 11. The support was added with the Bagisto v2.3.0 release, which was launched 4 months ago. You can find this update in our official changelog and GitHub repository as well.
We truly appreciate your patience and are continuously working to keep Bagisto aligned with Laravel’s latest releases.
To fix this, check if your cart software allows for multiple tax rates based on regions. You might need to configure it to apply both the 5% federal tax and the 9.975% provincial tax for Quebec. Look for tax settings in your cart's admin panel and ensure that both taxes are enabled for your province. If you're still stuck, you could reach out to customer support for further guidance.
Login API not working properly in ios not sure why
when i call login api it work first time but after i open again app session is Session persistence i think.
it giving error.
is anything special setting i have to do ? it is working perfectly with postman collection.
The issue might be with how the session or token is being stored and used when the app is reopened. Since the login API works the first time and then fails, it's likely related to token handling or session persistence. Make sure the token is saved correctly after login and that it's being sent properly in the headers for each request. Also, check if the token expires quickly or if the backend requires a fresh login every time. Postman might be working because it handles headers or cookies differently than your app. It would help to know how you're storing the token on iOS, like with UserDefaults or Keychain.