I had find and tried many way such as:
\n
.PHP_EOL



but when open the billing it not break line, does anyone had success break line?
my example code: $line_item->setDescription($item->description."\n \n \n");
I had find and tried many way such as:
\n
.PHP_EOL



but when open the billing it not break line, does anyone had success break line?
my example code: $line_item->setDescription($item->description."\n \n \n");
to make line break. – Ari Abimanyu Dec 17 '21 at 07:19
, and it show the element "
" in description. I think they had trim(\n, , ...) so the break line and space had been remove, i don't know is there any way to prevent it – Hiệp Nguyễn Dec 17 '21 at 07:23