You are here

function uc_coupon_block_form_submit in Ubercart Discount Coupons 6

Block form submit handler.

See also

uc_coupon_submit()

File

./uc_coupon.module, line 844
Provides discount coupons for Ubercart.

Code

function uc_coupon_block_form_submit($form, &$form_state) {
  uc_coupon_submit('block', $form_state['values']['code']);
}