Re: small bug

Jurgen8en's picture
Offline
Joined: 08/20/2007
Juice: 49
Re: small bug

Hi, I want to fix this bug.
I haven´t already made or change drupal-modules. I need some help.

Must it happen here?

/**
* Implementation of hook_order().
*/
function uc_ogone_payment_order($op, &$arg1, $arg2) {
  switch ($op) {
    case 'submit':
                                                          //  (an extra test ????) which one?
        uc_ogone_call($arg1, $arg2);

      break;
....

Ogone PSP integration By: qrios (18 replies) Fri, 08/10/2007 - 10:16