From 09c3be9ad2c5f721e09134bd2aaf47bbbfda6aba Mon Sep 17 00:00:00 2001 From: Adrian Pilarczyk Date: Thu, 3 Aug 2023 09:29:03 +0200 Subject: [PATCH] build: :construction_worker: add changeset --- .changeset/cold-toes-heal.md | 5 +++++ .changeset/shiny-meals-wait.md | 5 +++++ .changeset/soft-steaks-know.md | 6 ++++++ 3 files changed, 16 insertions(+) create mode 100644 .changeset/cold-toes-heal.md create mode 100644 .changeset/shiny-meals-wait.md create mode 100644 .changeset/soft-steaks-know.md diff --git a/.changeset/cold-toes-heal.md b/.changeset/cold-toes-heal.md new file mode 100644 index 0000000..ed9ef35 --- /dev/null +++ b/.changeset/cold-toes-heal.md @@ -0,0 +1,5 @@ +--- +"saleor-app-taxes": minor +--- + +Changed `externalId` order metadata field to `avataxId`. It is now only responsible for storing the id of Avatax transaction. diff --git a/.changeset/shiny-meals-wait.md b/.changeset/shiny-meals-wait.md new file mode 100644 index 0000000..e76490e --- /dev/null +++ b/.changeset/shiny-meals-wait.md @@ -0,0 +1,5 @@ +--- +"saleor-app-taxes": minor +--- + +Added order_cancelled webhook handler with an implemention for Avatax. The transactions for corresponding orders in Saleor will be voided in Avatax dashboard. diff --git a/.changeset/soft-steaks-know.md b/.changeset/soft-steaks-know.md new file mode 100644 index 0000000..538ade0 --- /dev/null +++ b/.changeset/soft-steaks-know.md @@ -0,0 +1,6 @@ +--- +"saleor-app-taxes": minor +--- + +Changed the order_created to order_confirmed webhook event. Now, the provider transactions will be created based on the order confirmation (either automatic or manual). +