From 25af23ff2c8a9b33190e1541f36b149a802724b5 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 19 Mar 2009 21:59:18 +0000 Subject: [PATCH] test fixes --- lib/WebGUI/Asset/Sku.pm | 1 + lib/WebGUI/Shop/Vendor.pm | 1 + lib/WebGUI/i18n/English/AuthWebGUI.pm | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/lib/WebGUI/Asset/Sku.pm b/lib/WebGUI/Asset/Sku.pm index 675e41012..944027c21 100644 --- a/lib/WebGUI/Asset/Sku.pm +++ b/lib/WebGUI/Asset/Sku.pm @@ -293,6 +293,7 @@ sub getThumbnailUrl { } #------------------------------------------------------------------- + =head2 getVendorId ( ) Returns the vendorId of the vendor for this sku. Defaults to the default diff --git a/lib/WebGUI/Shop/Vendor.pm b/lib/WebGUI/Shop/Vendor.pm index d5940e959..2a751e0da 100644 --- a/lib/WebGUI/Shop/Vendor.pm +++ b/lib/WebGUI/Shop/Vendor.pm @@ -579,6 +579,7 @@ by the form param 'status'. Status can either be 'NotPaid' or 'Scheduled' and ma not have their vendorPayoutStatus set to 'Paid'. Returns the status to which the item(s) are set. + =cut sub www_setPayoutStatus { diff --git a/lib/WebGUI/i18n/English/AuthWebGUI.pm b/lib/WebGUI/i18n/English/AuthWebGUI.pm index 5d70b81e0..39ec97a98 100644 --- a/lib/WebGUI/i18n/English/AuthWebGUI.pm +++ b/lib/WebGUI/i18n/English/AuthWebGUI.pm @@ -760,6 +760,10 @@ our $I18N = { context => q{Error message when a user tries to recover password and they don't have an email address}, }, + 'newUser_username' => { + message => 'Username of registering user', + }, + }; 1;