Hi,
I seem not to be able to get around this .. I have read alot of posts that eventually got me to this stage..
A little bit of history :
I first got the vendor unknown error which had to do with the policy change Ogone made to their SHA.
They did a reset to old policy which got me past this error.
After a succesfull payment i return to http://mysite/cart/checkout
and receive an error : "Ogone returned an error for your payment. Your order is not completed" and my cart is not emptied
Although if i take a look at the table uc_payment_ogone it perfectly added a record with order status 41 and sha_test_success OK
Furthermore i receive an email from ogono to notify me of a succesfull order.
Any help would be appreciated.
Kind regards,
Yves
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | uc_ogone-more_statuses_install-1047358-7.patch | 5.74 KB | pieterdc |
| #7 | uc_ogone-more_statuses_module-1047358-7.patch | 11.49 KB | pieterdc |
| #4 | Bildschirmfoto 2011-02-08 um 11.01.12.png | 267.84 KB | pistol |
Comments
Comment #1
yvesa commentedFurthermore it is not clear from the readme file what should be entered as post payment url..
Thanx !
Comment #2
Jurgen8en commentedHi,
Don´t know if this helps, this is my Ubercart 1.x code:
Added the first if test.
Comment #3
yvesa commentedThanx for your response.. am using ubercart 2.x tho..
Prolly better not to add code from the 1.x right?
Y.
Comment #4
pistol commentedi am also getting the same error from ogone. I used payment methode "überweisung / vorkasse" where i have to manually log into my bankaccount after my purchase and do the payment. nevertheless i was sent back to my site with the same error message that was posted above. (see attached screenshot)
Comment #5
cmos commentedThe order status 41 is not ok because it means that payment is not done and uc_ogone returns ok only if statuses are 5 or 9.
You can check the OGONE status codes for clarification at this address: https://secure.ogone.com/ncol/PAYMENTINFOS1.asp
Comment #6
pieterdcThis issue persists in 6.x-1.9 as reported by comment #2 of #1047362: Ogone returned an error for your payment. Your order is not completed. Please try again or contact us.
Have you guys read #836770: Problem with Return OK URL ?
Did that help?
Comment #7
pieterdcAs @cmos said in comment #5 "uc_ogone returns ok only if statuses are 5 or 9" and thus not if status 41.
I made a patch that can process status 41 and various other statuses. But it needs to be tested.
Comment #8
bartezz commentedSee discussion here; http://drupal.org/node/1427078#comment-5631164
Comment #9
robbertnl commented