Skip to content

Commit c352298

Browse files
ReplicaObscurabojanz
authored andcommitted
Issue #2854623 by bmcclure: Checkout form ID should have a common prefix (#641)
1 parent 2c0d6f5 commit c352298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/checkout/src/Plugin/Commerce/CheckoutFlow/CheckoutFlowBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public function submitConfigurationForm(array &$form, FormStateInterface $form_s
293293
* {@inheritdoc}
294294
*/
295295
public function getFormId() {
296-
return $this->pluginId;
296+
return 'commerce_checkout_flow_' . $this->pluginId;
297297
}
298298

299299
/**

0 commit comments

Comments
 (0)