You are here

function uc_extra_fields_pane_order_handler_extra_billing in Extra Fields Checkout Pane 6.2

1 string reference to 'uc_extra_fields_pane_order_handler_extra_billing'
uc_extra_fields_pane_order_pane in ./uc_extra_fields_pane.module
Implementation of hook_order_pane(). Current order-pane definitions

File

./uc_extra_fields_pane.module, line 589
Module: uc_extra_fields_pane.module

Code

function uc_extra_fields_pane_order_handler_extra_billing($op, $arg1 = NULL, $arg2 = NULL) {
  $oPane = new UCXF_Pane('billing', UCXF_Pane::PANE_ORDER, $arg1, $arg2);
  return $oPane
    ->execute($op);
}