Needs work
Project:
UC Payflow Pro
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2011 at 02:39 UTC
Updated:
11 Sep 2012 at 04:12 UTC
Jump to comment: Most recent file
This module adds a custom uc_payflowpro_payment_action variable to determine whether to perform an Authorization for a Sale. Ubercart comes with built-in transaction types that are added to every payment gateway that is implemented. This leaves one confused on the settings page since both options are present.
Cheers,
Antoine
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | uc_payflowpro-1012348.patch | 3.92 KB | jantoine |
Comments
Comment #1
jantoine commentedA patch is attached with an update function that copies the value from the uc_payflowpro_payment_action variable to the built-in uc_pg_payflowpro_cc_txn_type variable.
Cheers,
Antoine
Comment #2
kwinters commentedThanks for the patch!
I don't have time for a full review at the moment, but a quick look seems pretty reasonable. I'll go over it in detail when I get the chance.
Comment #3
torgospizzaAny progress on review for this patch? I can help test soon.
Comment #4
damienmckennaA version of the patch that works after #1661716: Code in uc_payflowpro_form_alter() causes checkout to fail (patch #22) is applied would be really useful.