Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Graduate __experimental_woocommerce_blocks_checkout_update_order_meta interface to stable. #4995

Closed
5 tasks
nerrad opened this issue Oct 26, 2021 · 0 comments · Fixed by #5017
Closed
5 tasks
Assignees
Labels
category: extensibility Work involving adding or updating extensibility. Useful to combine with other scopes impacted. focus: rest api Work impacting REST api routes.

Comments

@nerrad
Copy link
Contributor

nerrad commented Oct 26, 2021

This PHP action was added in January 2021. It is invoked when a draft order has been created or updated from the Cart (within the StoreAPI) and is now ready for extensions to modify the metadata.

This has been in use enough (current consumer includes Woo Subscriptions) that we should be able to graduate it from being experimental.

Things to do:

  • Introduce a new action with the experimental prefix removed.
  • Deprecate the old action (so it will still fire, but have it throw a deprecated developer notice pointing to the new name.
  • Update inline code documentation.
  • Update any other documentation.
  • Check this action off in the list
@nerrad nerrad added category: extensibility Work involving adding or updating extensibility. Useful to combine with other scopes impacted. focus: rest api Work impacting REST api routes. labels Oct 26, 2021
@opr opr self-assigned this Oct 27, 2021
@opr opr closed this as completed in #5017 Nov 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
category: extensibility Work involving adding or updating extensibility. Useful to combine with other scopes impacted. focus: rest api Work impacting REST api routes.
Projects
None yet
2 participants