diff --git a/lib/WebGUI/Shop/AddressBook.pm b/lib/WebGUI/Shop/AddressBook.pm index 5e0cb8bf6..cdfada36e 100644 --- a/lib/WebGUI/Shop/AddressBook.pm +++ b/lib/WebGUI/Shop/AddressBook.pm @@ -284,9 +284,9 @@ A hash reference that contains one of the following: Assign the user that owns this address book. -=head4 +=head4 sessionId -Assign the session that owns this adress book. Will automatically be set to "" if a user owns it. +Assign the session, by id, that owns this address book. Will automatically be set to "" if a user owns it. =cut diff --git a/lib/WebGUI/Shop/Pay.pm b/lib/WebGUI/Shop/Pay.pm index e6ada3ab9..0c6c1de11 100644 --- a/lib/WebGUI/Shop/Pay.pm +++ b/lib/WebGUI/Shop/Pay.pm @@ -97,8 +97,6 @@ Returns a list of options for the user to pay to. It is a hash of hashrefs, wit A WebGUI::Shop::Cart object. A WebGUI::Error::InvalidParam exception will be thrown if it doesn't get one. -=head3 - =cut sub getOptions { @@ -154,8 +152,6 @@ sub getPaymentGateway { Returns an array ref of all payment gateway objects in the db. -=head3 - =cut sub getPaymentGateways { diff --git a/lib/WebGUI/Shop/Ship.pm b/lib/WebGUI/Shop/Ship.pm index 21a5419eb..eeecf3bbd 100644 --- a/lib/WebGUI/Shop/Ship.pm +++ b/lib/WebGUI/Shop/Ship.pm @@ -90,8 +90,6 @@ with the key of the primary hash being the shipperId of the driver, and sub keys A WebGUI::Shop::Cart object. A WebGUI::Error::InvalidParam exception will be thrown if it doesn't get one. -=head3 - =cut sub getOptions { @@ -140,8 +138,6 @@ sub getShipper { Returns an array ref of all shipping objects in the db. -=head3 - =cut sub getShippers {