From 05953f83a035621f4ad57afff1c3df2e655551c3 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 6 Aug 2008 16:11:49 +0000 Subject: [PATCH] update CartItem POD for get --- lib/WebGUI/Shop/CartItem.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Shop/CartItem.pm b/lib/WebGUI/Shop/CartItem.pm index ab0ef2ac1..7ac28b9e1 100644 --- a/lib/WebGUI/Shop/CartItem.pm +++ b/lib/WebGUI/Shop/CartItem.pm @@ -111,7 +111,9 @@ Returns a duplicated hash reference of this object’s data. =head3 property -Any field − returns the value of a field rather than the hash reference. +Any field − returns the value of a field rather than the hash reference. If the property +equals "options", it will decode the internally stored JSON and return you a hash reference +of the JSON data. =cut