Closed (fixed)
Project:
Sage Pay Go Direct Payment Gateway for Ubercart
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 May 2013 at 16:18 UTC
Updated:
4 Jun 2013 at 05:10 UTC
Comments
Comment #1
griz commentedAlternatively, would it be possible to alter the module so that the payment is entered when the transaction is authorized rather than authenticated?
Comment #2
griz commentedOk, so I've come up with a really ugly hack - move line 714:
to line 1025:
Which only works if 3D-Secure is enabled, as the Ubercart CC module has its own call to
uc_payment_enter().This could be solved if the option to authorize and then capture were enabled in the payment gateway config page. But it's not. Any idea where I might start in order to get that enabled?
"Authorize / Capture" seems to be essentially the same as "Authenticate / Authorize".
Comment #3
griz commentedWell... It would have made sense to at least tried the dev version before hacking away wouldn't it? I even made my own "capture custom amount" field. How silly of me.