another missing session variable, in cancelRecurringTransaction
This commit is contained in:
parent
e6e542000c
commit
388af92714
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ sub www_cancelRecurringTransaction {
|
|||
$message = $i18n->get('cannot cancel');
|
||||
}
|
||||
|
||||
return www_viewPurchaseHistory($message);
|
||||
return www_viewPurchaseHistory($session, $message);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue