sslcommerz / SSLCommerz-Laravel

SSLCOMMERZ is a bangladeshi payment gateway provider. This is Laravel Library for SSLCOMMERZ.
123 stars 98 forks source link

Necessary information for this integration has been added. #53

Open hrsiam283 opened 5 months ago

hrsiam283 commented 5 months ago

There was an issue where sessions were being destroyed after a redirect. A possible solution has been implemented by setting same_site to null in the configuration.

After payment, the user was incorrectly redirected to http://localhost. This has been fixed by updating the .env file to point to http://localhost:8000.

For more details, please refer to the updated README file.