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
Comment #1
univate commentedCommitted.