Needs review
Project:
Sage Pay Server Integration for Ubercart
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2011 at 07:37 UTC
Updated:
1 Sep 2012 at 06:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
johnmcc commentedNice work, thanks for this. I'll check it out and report back.
Comment #2
aireworth commentedI just noticed it currently fails for non shipping products, because, if its not set on the checkout form, the delivery country defaults to US, and then Sagepay expects a delivery state. I don't know if this is a Ubercart (possibly) or or uc_sagepayserver problem, but currently you need to set a delivery address (to get a delievery country)
Colin
Comment #3
aireworth commentedHere's a modified version of the patch that works with non shippable products as well.
Comment #4
nyleve101 commentedHi,
will a stable release of the D7 version be realeased?
Thanks for the work done so far!
Hope all is well,
Eve
Comment #5
zincdesign commentedI have been using the patch in #3 for about 6 months now and it's been fine apart from it doesn't seem to be passing on the successURL and failureURL to sagepay. Can anyone give me a pointer where I can change this. I'm not much of a coder.
Comment #6
aireworth commentedDoes the U2 D6 version pass these urls? I only made changes in the code to make it work in D7 - I didn't change much (or anything, as I recall) that passed between the module and Sagepay. I not a confident coder in these areas myself, but I'll have a look over the weekend.
Comment #7
leo pitt commentedThanks for the work on the patch aireworth. I have applied it to 6.x-1.5 and created a 7.x-1.x dev release.
Comment #8
aireworth commentedExcellent - HTH.