Set carrier and service in shipping example
This commit is contained in:
parent
e7268d269e
commit
ff7c936172
@ -34,6 +34,8 @@ async function purchase(rateid) {
|
|||||||
rate.retail_rate, 1, rate.cost_rate, 0
|
rate.retail_rate, 1, rate.cost_rate, 0
|
||||||
);
|
);
|
||||||
receiptitem.barcode = tracking;
|
receiptitem.barcode = tracking;
|
||||||
|
receiptitem.carrier = "Carrier Name";
|
||||||
|
receiptitem.service = "Service Name";
|
||||||
|
|
||||||
return {
|
return {
|
||||||
label: label,
|
label: label,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user