Jump to content

[solved]Dips payment module accepts payment, but no ordre in PS (and sorry)


Recommended Posts

Hi forum

 

I have exactly the same problem, as this guy(and others):

http://www.prestasho...le-help-wanted/

 

Dibs is accepting the payment but prestashop says no ordre.

The dibs module returs this, when Dibs calles it after a successful transaction:

"POST /modules/dibs/validation.php HTTP/1.1" 503 894 "-" "DIBS"

 

So something is not going as it should be going.

But how do I see errors, because the log is not saying anything.

 

Update: the post request is some how stop be the init.php.

Because if I remove this line from validation.php, it works:

include(_PS_ROOT_DIR_.'/init.php');

 

Best.

.Marc

Edited by m_burpee (see edit history)
Link to comment
Share on other sites

Because I had enabled my own ip, but not dips ip adr.

When Dibs has accepted your payment they call: /modules/dibs/validation.php (i guess all payments modules does something like this).

But because I had not enabled Dibs adr, in allowed adr, and the Dibs validation.php uses the FrontController.php. The FrontController returns 503 when Dibs server call's /modules/dibs/validation.php.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...