test fixes
This commit is contained in:
parent
abb13459f2
commit
25af23ff2c
3 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue