You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PDOException gets triggered because of too long TaxJar category descriptions:
PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'description' at row 1
description column on the craft_commerce_taxcategories table is defined as VARCHAR(255) and some descriptions are too long:
An over-the-counter drug is a substance that contains a label identifying it as a drug and including a "drug facts" panel or a statement of active ingredients, that can be obtained without a prescription. A drug can be intended for internal (ingestible, implant, injectable) or external (topical) application to the human body.
Steps to reproduce
Go to "Commerce" -> "Tax" in the admin panel
Click "Sync TaxJar Categories"
Additional info
Craft version: 3.5
PHP version: 7.4
Plugins & versions: Craft Commerce 3.2
The text was updated successfully, but these errors were encountered:
Description
PDOException gets triggered because of too long TaxJar category descriptions:
PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'description' at row 1
description
column on thecraft_commerce_taxcategories
table is defined as VARCHAR(255) and some descriptions are too long:Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: