You are here

function uc_discounts_checkout_pane_ajax_callback in Ubercart Discounts (Alternative) 7.2

AJAX callback for checkouut pane button submit.

See also

uc_discounts_uc_checkout_pane_discounts()

1 string reference to 'uc_discounts_checkout_pane_ajax_callback'
uc_discounts_uc_checkout_pane_discounts in uc_discounts/uc_discounts.module
Discounts checkout pane callback.

File

uc_discounts/uc_discounts.module, line 681

Code

function uc_discounts_checkout_pane_ajax_callback($form, $form_state) {
  return $form['panes']['uc_discounts']['messages'];
}