function uc_payment_checkout_payment_details in Ubercart 7.3
AJAX callback for payment method details on the checkout form.
1 string reference to 'uc_payment_checkout_payment_details'
- uc_checkout_pane_payment in payment/
uc_payment/ uc_payment_checkout_pane.inc - @file Checkout pane functions for uc_payment.module.
File
- payment/
uc_payment/ uc_payment_checkout_pane.inc, line 137 - Checkout pane functions for uc_payment.module.
Code
function uc_payment_checkout_payment_details($form, $form_state) {
return $form['panes']['payment']['details'];
}