Skip to content

Commit 8339371

Browse files
committed
update queries
1 parent bd0633c commit 8339371

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

components/shopify_developer_app/common/queries.mjs

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ const GET_ORDER = `
265265
discountApplication {
266266
... on DiscountCodeApplication {
267267
code
268-
applicable
269268
}
270269
... on AutomaticDiscountApplication {
271270
title
@@ -280,7 +279,7 @@ const GET_ORDER = `
280279
}
281280
}
282281
283-
shippingLines {
282+
shippingLine {
284283
title
285284
code
286285
source
@@ -442,18 +441,20 @@ const GET_ORDER = `
442441
}
443442
}
444443
transactions {
445-
id
446-
status
447-
kind
448-
gateway
449-
amountSet {
450-
shopMoney {
451-
amount
452-
currencyCode
453-
}
454-
presentmentMoney {
455-
amount
456-
currencyCode
444+
nodes {
445+
id
446+
status
447+
kind
448+
gateway
449+
amountSet {
450+
shopMoney {
451+
amount
452+
currencyCode
453+
}
454+
presentmentMoney {
455+
amount
456+
currencyCode
457+
}
457458
}
458459
}
459460
}

0 commit comments

Comments
 (0)