From a3f47aa49838ad4486e7561c4f5f54456698c212 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 8 Nov 2025 13:11:36 -0700 Subject: [PATCH] Max length 12 chars apparently --- source/static/payshipment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/static/payshipment.php b/source/static/payshipment.php index 3f9e0bc..4038610 100644 --- a/source/static/payshipment.php +++ b/source/static/payshipment.php @@ -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 ],