gaminn Posted December 11 Share Posted December 11 Hi, I installed payment gateway called GoPay (local payment gateway in the Czech Republic) https://static1.gopaycdn.com/plugins/prestashop/ . It works, the only issue is that when it returns to the shop after a sucessfull payment, it returns to this URL: https://www.eshop.com/modul/prestashopgopay/payment?payment-method=GoPay_gateway&order-id=6&id=3271795813 which displays no valid eshop page, it just produces HTTP ERROR 500. There are no settings for return URL in GoPay payment module configuration. GoPay tech support told me the return URL is configured in prestashop itself somewhere, but I don't know where. How can I configure payment return URL for GoPay payment module? Link to comment Share on other sites More sharing options...
Prestashop Addict Posted December 11 Share Posted December 11 Hi, set debug mode or look at php error file in server. Link to comment Share on other sites More sharing options...
gaminn Posted December 11 Author Share Posted December 11 (edited) In debug mode, this is displayed: Fatal error: Uncaught Error: Call to a member function delete() on null in /public/www/modules/prestashopgopay/includes/prestashopGopayApi.php:267 Stack trace: #0 /public/www/modules/prestashopgopay/controllers/front/payment.php(132): PrestashopGopayApi::check_payment_status() #1 /public/www/classes/controller/Controller.php(308): PrestaShopGoPayPaymentModuleFrontController->postProcess() #2 /public/www/classes/Dispatcher.php(510): ControllerCore->run() #3 /public/www/index.php(28): DispatcherCore->dispatch() #4 {main} thrown in /public/www/modules/prestashopgopay/includes/prestashopGopayApi.php on line 267 Payment module programming error? Edited December 11 by gaminn (see edit history) Link to comment Share on other sites More sharing options...
Prestashop Addict Posted December 11 Share Posted December 11 (edited) Aie, so there is a bug in the payment module, ask their support Edited December 11 by Prestashop Addict (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now