Max length 12 chars apparently

This commit is contained in:
Skylar Ittner 2025-11-08 13:11:36 -07:00
parent 378b6dae63
commit a3f47aa498

View File

@ -70,7 +70,7 @@ try {
"quantity" => 1,
"unit_cost" => $price * 100,
"unit_of_measure" => "each",
"product_code" => "$shipment->tracking_code",
"product_code" => "CRTFIEDMAIL",
"tax" => [
"total_tax_amount" => 0
],