more session related bug fixes
This commit is contained in:
parent
f2cccdff9f
commit
b0ffb721b6
44 changed files with 143 additions and 143 deletions
|
|
@ -417,7 +417,7 @@ sub new {
|
|||
my $session = shift;
|
||||
$transactionId = shift;
|
||||
$gatewayId = shift;
|
||||
$userId = shift || $session->user->profileField("userId");
|
||||
$userId = shift || $session->user->userId;
|
||||
|
||||
if ($transactionId eq 'new') {
|
||||
$transactionId = $session->id->generate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue