Basic Information
The price field in the model should be a number, also make sure the requests are being validated (e.g. email/mobile is valid using regex, status is from the list of allowed statuses etc)
And make sure pages that reference the model handles the change correctly
Basic Information
The
pricefield in the model should be a number, also make sure the requests are being validated (e.g. email/mobile is valid using regex, status is from the list of allowed statuses etc)And make sure pages that reference the model handles the change correctly