Compare commits

..

No commits in common. "3e98332dbe4a019472d168e7ee9f5b29cbc307bf" and "378b6dae63048e1137626408e6f06ade5b0ca42a" have entirely different histories.

View File

@ -70,7 +70,7 @@ try {
"quantity" => 1,
"unit_cost" => $price * 100,
"unit_of_measure" => "each",
"product_code" => "CRTFIEDMAIL",
"product_code" => "$shipment->tracking_code",
"tax" => [
"total_tax_amount" => 0
],
@ -81,6 +81,9 @@ try {
]
]
]
],
"payment_details" => [
"order_reference" => "$shipment->tracking_code"
]
]);
} catch (Exception $exx) {