Ampliar a 2000 caracteres
This commit is contained in:
parent
f7e4b036c8
commit
3b235c8cca
@ -7,7 +7,7 @@ interface CustomerInvoiceItemDescriptionProps {
|
||||
}
|
||||
|
||||
export class CustomerInvoiceItemDescription extends ValueObject<CustomerInvoiceItemDescriptionProps> {
|
||||
private static readonly MAX_LENGTH = 255;
|
||||
private static readonly MAX_LENGTH = 2000;
|
||||
private static readonly FIELD = "invoiceItemDescription";
|
||||
private static readonly ERROR_CODE = "INVALID_INVOICE_ITEM_DESCRIPTION";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user