Shopify / ui-extensions

MIT License
249 stars 35 forks source link

Update order status with processedAt type for customer account surface #1985

Closed joshlbaker closed 1 month ago

joshlbaker commented 1 month ago

This PR adds the Order processedAt type to unstable for the customer-account surface. The corresponding PR for passing this attribute to the Order API can be found here.

Background

(Provide a link to any relevant issues AND provide a TLDR of the issue in this pull request)

Solution

(Describe your solution, why this approach was chosen, and what the alternatives/impacts may be)

🎩

Checklist

github-actions[bot] commented 1 month ago

We detected some changes in packages/*/package.json or packages/*/src, and there are no updates in the .changeset directory. If the changes are user-facing and should cause a version bump, run yarn changeset to track your changes and include them in the next release CHANGELOG. If you are making simple updates to repo configuration, examples, or documentation, you do not need to add a changeset.

joshlbaker commented 1 month ago

Closing as this work was included here