Closed (fixed)
Project:
UC Payflow Pro
Version:
6.x-1.1-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2009 at 06:57 UTC
Updated:
1 Dec 2009 at 16:20 UTC
Line no : 1375
Function : uc_payflowpro_debug()
wrong variable name in if condition
if($form_state['values']['op'] == t('Send'))
it should be
if($form_values['op'] == t('Send'))
Comments
Comment #1
kwinters commentedThanks, I made your suggested change plus a few others:
* Better result output
* Check for a different type of error result (string rather than XML) and log it
It's been committed, but since this is minor I'm not going to roll a new release yet.