Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2008 at 22:05 UTC
Updated:
27 Nov 2008 at 03:11 UTC
I'm using PayPal Websites Payment Standard and the IPN communication doesn't seem to be working. It's giving the error "An IPN transaction failed verification for this order." in the order Admin Comments section. Any advice?
Comments
Comment #1
melban commentedI'm having the same issue. My watchdog table show these two errors when I hit the return the merchant link from paypal (Sandbox). I'm using the "PayPal - pay without sharing your financial information." option when checking out. I'm also having a problem where the invoice is being sent out with a $0.00 total if they are linked. URL is more info. http://www.ubercart.org/forum/support/1004/order_confirmation_email.
type: uc_paypal
message: Receiving IPN at URL for order !order_id.
variables: a:1:{s:9:"!order_id";s:1:"6";}
type: uc_paypal
message: IPN transaction failed verification.
variables: a:0:{}
Comment #2
Cactii1 commentedI get this as well and can not nail down as to what it would be.
I get the error both in the Sandbox and with the Live transaction.
Comment #3
Cactii1 commentedWe seem to be failing this test to result in a failed transaction...
It's line 611 of the uc.payment.module
Failing this test would send us to here...
Starting at line 677 of the uc.payment.module
Comment #4
Cactii1 commentedok... found the fix for this
change this
to this
and it works.
Comment #5
rszrama commentedCommitted.
Comment #6
Cactii1 commentedOh man! My first commit... on a project like Ubercart too! What an honor. :D
Comment #7
rszrama commented: D