You are here

function stripe_payment_method_configuration_form_elements in Stripe 7

Implements PaymentMethodController::payment_method_configuration_form_elements_callback.

File

stripe_payment/stripe_payment.module, line 371
Stripe Payment module.

Code

function stripe_payment_method_configuration_form_elements(array $form, array &$form_state) {
  return $form_state['payment_method']->controller
    ->payment_method_configuration_form_elements($form, $form_state);
}