There is a typo on uc_recurring_ca.inc

in : function uc_recurring_ca_condition() {

l.232:

'order' => array('#entity' => 'uc_recurring_fee', '#title' => t('Recurring Fee')),

sould be:

'recurring_fee' => array('#entity' => 'uc_recurring_fee', '#title' => t('Recurring Fee')),

Comments

univate’s picture

Status: Active » Fixed

Committed.

Status: Fixed » Closed (fixed)

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