Compare commits
2 Commits
378b6dae63
...
3e98332dbe
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e98332dbe | |||
| a3f47aa498 |
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user