test fixes

This commit is contained in:
Graham Knop 2009-03-19 21:59:18 +00:00
parent abb13459f2
commit 25af23ff2c
3 changed files with 6 additions and 0 deletions

View file

@ -293,6 +293,7 @@ sub getThumbnailUrl {
} }
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head2 getVendorId ( ) =head2 getVendorId ( )
Returns the vendorId of the vendor for this sku. Defaults to the default Returns the vendorId of the vendor for this sku. Defaults to the default

View file

@ -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'. not have their vendorPayoutStatus set to 'Paid'.
Returns the status to which the item(s) are set. Returns the status to which the item(s) are set.
=cut =cut
sub www_setPayoutStatus { sub www_setPayoutStatus {

View file

@ -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}, 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; 1;