I got a notice displayed during checkout when the Skrill iframe is displayed:

Notice: Undefined index: quickcheckout_method in commerce_moneybookers_quickcheckout_submit_form_submit() (line 246 of /media/nfsdrive/stratus_kickstart_v2/www/commerce_kickstart/profiles/commerce_kickstart/modules/contrib/commerce_moneybookers/commerce_moneybookers_quickcheckout/commerce_moneybookers_quickcheckout.module).

Comments

theo_’s picture

Status: Active » Needs review
StatusFileSize
new1.47 KB

Here is a patch which ensure that we always have a quickcheckout_method defined.

guguss’s picture

Any idea why it only failed on Kickstart V2 and not on a Commerce basic install ?

theo_’s picture

The notice doesn't show anymore on commerce dev version, cause pane_value is now correctly initialized.

This patch also fix the following error :

Notice: Undefined index: payment_details in commerce_payment_pane_checkout_form_submit() (line 192 of /media/nfsdrive/clean/www/sites/all/modules/commerce/modules/payment/includes/commerce_payment.checkout_pane.inc).

guguss’s picture

Status: Needs review » Reviewed & tested by the community

Works fine for me with patch #1

guguss’s picture

Status: Reviewed & tested by the community » Fixed

Committed here

Status: Fixed » Closed (fixed)

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