You are here

function commerce_payment_form_commerce_checkout_flow_edit_form_alter in Commerce Core 8.2

Implements hook_form_FORM_ID_alter().

File

modules/payment/commerce_payment.module, line 193
Provides payment functionality.

Code

function commerce_payment_form_commerce_checkout_flow_edit_form_alter(array &$form, FormStateInterface $form_state) {
  $form['#validate'][] = 'commerce_payment_validate_checkout_flow';
}