Skip to content

Commit 1d51ce0

Browse files
committed
fix(shiptheory): fix typo in qty field for shipments
1 parent 8bb906d commit 1d51ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/shiptheory/DataStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class DataStore extends DataStoreBase {
125125
// for now it is simply assuming all items in embedded are part of the shipment
126126
const products = items.map(p => ({
127127
name: p.name,
128-
qtd: p.quantity,
128+
qty: p.quantity,
129129
sku: p.code,
130130
value: p.price,
131131
weight: p.weight

0 commit comments

Comments
 (0)