Compare commits

...

2 Commits

Author SHA1 Message Date
3e98332dbe Remove order_reference apparently 2025-11-08 13:14:44 -07:00
a3f47aa498 Max length 12 chars apparently 2025-11-08 13:11:36 -07:00

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
],
@ -81,9 +81,6 @@ try {
]
]
]
],
"payment_details" => [
"order_reference" => "$shipment->tracking_code"
]
]);
} catch (Exception $exx) {