Cart properties were made public for debugging and then left that way by a accident. Fixed.

This commit is contained in:
Kaleb Murphy 2008-07-18 16:34:23 +00:00
parent a9c4f2e4e7
commit 994ac85181

View file

@ -35,7 +35,7 @@ These subroutines are available from this package:
=cut
readonly session => my %session;
public properties => my %properties;
private properties => my %properties;
private error => my %error;
private itemCache => my %itemCache;
private addressBookCache => my %addressBookCache;