Skip to content

Commit 87e7893

Browse files
committed
fix summary
1 parent 884852e commit 87e7893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/shopify_developer_app/actions/create-order/create-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default {
154154
shippingLines: utils.parseJson(this.shippingLines),
155155
},
156156
});
157-
$.export("$summary", `Created new order with ID \`${response.orderCreate.orderid}\``);
157+
$.export("$summary", `Created new order with ID \`${response.orderCreate.order.id}\``);
158158
return response;
159159
},
160160
};

0 commit comments

Comments
 (0)