From 994ac85181fffc4ed2cb5ef5e3b0e0056b185656 Mon Sep 17 00:00:00 2001 From: Kaleb Murphy Date: Fri, 18 Jul 2008 16:34:23 +0000 Subject: [PATCH] Cart properties were made public for debugging and then left that way by a accident. Fixed. --- lib/WebGUI/Shop/Cart.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Shop/Cart.pm b/lib/WebGUI/Shop/Cart.pm index f7e1e97dd..e581415a5 100644 --- a/lib/WebGUI/Shop/Cart.pm +++ b/lib/WebGUI/Shop/Cart.pm @@ -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;