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;
....
