Closed (fixed)
Project:
Commerce Cash on Delivery
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2011 at 07:03 UTC
Updated:
6 Feb 2012 at 21:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
maciej lukianski commentedYou can just comment out the whole section and this line.
$form['commerce_cod_description'] = array(
'#markup' => $payment_method['settings']['information']
);
Comment #2
pcambraNo need to remove it, but put a wrapping condition
Basically if information is not required in the payment settings form, it should be checked.
Comment #3
vasikepatch commited : http://drupalcode.org/project/commerce_cod.git/commit/1095685
thank you
Comment #4
pcambraThanks for committing this, please take a look to proper git attributions for future contributions :)
Comment #5
vasikesorry. i didn't know, i just used the : http://drupal.org/project/commerce_cod/git-instructions
may i have a little support, please.
for example, is this the right one?
git commit --author="pcambra <pcambra@122101.no-reply.drupal.org>" -m "Issue #[issue number] by [comma-separated usernames]: [Short summary of the change]."what do you know, can i change the previous commits?
thank you.
Comment #6
pcambraThe code is right, i.e for this one the command would had been:
git commit --author="pcambra <pcambra@122101.no-reply.drupal.org>" -m "Issue #1320636 by pcambra: Undefined index error in commerce_cod_submit_form()."You can't change commits once you've pushed :)