diff --git a/lib/WebGUI/Shop/Pay.pm b/lib/WebGUI/Shop/Pay.pm index 7b7425b8c..e6ada3ab9 100644 --- a/lib/WebGUI/Shop/Pay.pm +++ b/lib/WebGUI/Shop/Pay.pm @@ -321,6 +321,7 @@ sub www_manage { The screen in which a customer chooses a payment gateway. TODO: Template this screen. + =cut sub www_selectPaymentGateway { diff --git a/lib/WebGUI/Shop/PayDriver.pm b/lib/WebGUI/Shop/PayDriver.pm index 63c7a3400..225c469a9 100644 --- a/lib/WebGUI/Shop/PayDriver.pm +++ b/lib/WebGUI/Shop/PayDriver.pm @@ -368,6 +368,7 @@ Return a human readable name for this driver. Never overridden in the subclass, instead specified in definition with the name "name". This is a class method. + =cut sub getName {