Loading the checkout pane returns the following:

Notice: Undefined index: recurring_option in uc_recurring_order_pane_checkout() (line 190 of uc_recurring_order.module).

and

Notice: Undefined index: recurring_option in uc_recurring_order_pane_checkout() (line 195 of uc_recurring_order.module).

CommentFileSizeAuthor
#1 uc_recurring-n1838042-d6.patch1.02 KBDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
1.02 KB

This makes a couple of checks to see if the variable exists in either $_SESSION or $arg1->data before trying to use it.