[ic] $Session->{username} in a Payment module?

Ron Phipps interchange-users@icdevgroup.org
Wed Nov 6 15:01:01 2002


Hello,

I'm trying to do the following in the signio payment module:

my $comment1 = $Session->{username} || $actual{b_fname};

However every time $comment1 is set the billing first name even when the
user is logged in.  Is there a restriction on using the $Session object
in the payment module?  If so how can I access the username in the
payment module?

Thanks,
-Ron