Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 347 Bytes

2021-05-11-fix-field-definition-for-order-line-items-description-field.md

File metadata and controls

9 lines (9 loc) · 347 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fixed field definition for order line items description field
issue: NEXT-15292
author: Peter Roj
author_email: roj@juicy-arts.de 
author_github: @JuicyLung91
---

Core

  • Changed OrderLineItem description to LongTextField to match with the migration and prevent an error for line item descriptions that are longer than 255 characters.