With the current beta2 I'm getting the following error when I go to admin/store/settings/payment/edit/recurring:

Notice: Undefined index: payment method in uc_recurring_payment_form() (line 343 of uc_recurring.admin.inc).

CommentFileSizeAuthor
#1 uc_recurring-n1838024-d6.patch537 bytesDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
537 bytes

A quick patch to first check if $method['payment method'] exists.