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

kwinters’s picture

Title: wrong variable name » Debug Tool Update for D6
Status: Active » Fixed

Thanks, 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.