Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ceckoslab/71e9c2b8ffc5db9f0add to your computer and use it in GitHub Desktop.
Save ceckoslab/71e9c2b8ffc5db9f0add to your computer and use it in GitHub Desktop.
/**
* In case we got validation error we have to specify and error
* message, that will be show in the quote item line
*
* @return string
*/
public function getQuoteItemMessage()
{
return "The quantity must be multiple times of 10";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment