This notice comes during checkout.
Solution of the commerce cheque module is also reusable for this module.
#1230666: Creating transactions throws undefined index for payment details
commerce_bank_transfer.module @commerce_bank_transfer_submit_form()
$form['dummy'] = array(
'#type' => 'hidden',
'#value' => 'dummy'
);
Comments
Comment #1
hadsie commentedThis is probably fixed now in the latest dev version of commerce, see #1705862: Notice: Undefined index: payment_details in commerce_payment_pane_checkout_form_submit()
Comment #2
lsolesen commented