File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
components/shopify_developer_app/common Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments