Closed (fixed)
Project:
Ubercart
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2009 at 21:56 UTC
Updated:
27 Feb 2016 at 14:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cha0s commentedI can see this being problematic in more than one way. For instance, imagine having a live order, then the admin switching to sandbox to test a txn, but the IPN for the first comes in, and fails, because it was live, but Ubercart is trying to auth. it as a sandbox txn.
In light of this, I propose a small change; PayPal leaves a little record of whether or not the txn was sandbox'd in the $order->data, and that's what's referred to when figuring out $host in the IPN code.
Patch follows, thoughts appreciated.
Comment #2
cha0s commentedComment #3
YK85 commentedIs this still an issue with Website Payments Pro?
I am looking to setup my site with Website Payments Pro and would appreciate any advice.
Thanks!
Comment #4
YK85 commentedI was wondering if this is still an issue with Ubercart + Paypal payment?
Comment #5
tr commentedThis is the first time I've really looked into the PayPal module - it's just a mess. I will be trying to fix all these issues and rewrite the code as I port this to D8.
Comment #6
longwaveAt long last, the configuration of the three plugins is entirely separate in 8.x-4.x. This can't easily be backported to earlier versions without breaking backward compatibility.