After years of hard work with Stripe connector for PrestaShop, 202 ecommerce stop the development of Stripe module on January 9th 2023. Thanks for all contributors that help us!
20
stars
20
forks
source link
Invalid dashboard.stripe.com url in back office. #127
The dashboard urls have two forward slashes between 'dashboard.stripe.com' and 'payments'. Stripe redirects you to the overview page instead of the individual payment detail page:
The dashboard urls have two forward slashes between 'dashboard.stripe.com' and 'payments'. Stripe redirects you to the overview page instead of the individual payment detail page:
https://dashboard.stripe.com//payments/_thepaymentid_
To resolve you can change '/payments/' to 'payments/' on lines 371 & 372: