Fix for uc_checkout_pane_payment override

  1. function my_uc_checkout_pane_payment($op, &$arg1, $arg2) {
  2.   switch ($op) {
  3.     case 'review':
  4.       // do custom stuff
  5.     default:
  6.       // back to defaults
  7.       return uc_checkout_pane_payment($op, &$arg1, $arg2);
  8.   }
  9. }

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.