Property 'fieldset' for hook hook_commerce_checkout_pane_info is not documented in file commerce_checkout.api.php.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mduvergey created an issue. See original summary.

mglaman’s picture

Issue tags: +commerce-sprint, +Novice

Tagging for sprint, this is a novice task.

Sonal.Sangale’s picture

Assigned: Unassigned » Sonal.Sangale
Status: Active » Needs review
FileSize
707 bytes

Documented a description for fieldset in file commerce_checkout.api.php.

mglaman’s picture

Status: Needs review » Needs work
+++ b/modules/checkout/commerce_checkout.api.php
@@ -219,6 +219,7 @@ function hook_commerce_checkout_page_info_alter(&$checkout_pages) {
+ * - fieldset: format a group of panes.

This isn't correct. It's a boolean that defines if the pane should render as a fieldset or container element.

Sonal.Sangale’s picture

Status: Needs work » Needs review
FileSize
773 bytes

Corrected the description as per suggestion.

thejacer87’s picture

Status: Needs review » Reviewed & tested by the community
rszrama’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed!

Status: Fixed » Closed (fixed)

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