You are here

function commerce_payment_pane_checkout_form_details_refresh in Commerce Core 7

Returns the payment details element for display via AJAX.

1 string reference to 'commerce_payment_pane_checkout_form_details_refresh'
commerce_payment_pane_checkout_form in modules/payment/includes/commerce_payment.checkout_pane.inc
Payment pane: form callback.

File

modules/payment/includes/commerce_payment.checkout_pane.inc, line 162
Callback functions for the Payment module's checkout panes.

Code

function commerce_payment_pane_checkout_form_details_refresh($form, $form_state) {
  return $form['commerce_payment']['payment_details'];
}