Cart properties were made public for debugging and then left that way by a accident. Fixed.
This commit is contained in:
parent
a9c4f2e4e7
commit
994ac85181
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue