Closed (fixed)
Project:
Commerce Bank Transfer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2012 at 09:47 UTC
Updated:
22 Dec 2012 at 22:20 UTC
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