build: 👷 add changeset
This commit is contained in:
parent
c3cc7a8b5e
commit
09c3be9ad2
3 changed files with 16 additions and 0 deletions
5
.changeset/cold-toes-heal.md
Normal file
5
.changeset/cold-toes-heal.md
Normal file
|
@ -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.
|
5
.changeset/shiny-meals-wait.md
Normal file
5
.changeset/shiny-meals-wait.md
Normal file
|
@ -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.
|
6
.changeset/soft-steaks-know.md
Normal file
6
.changeset/soft-steaks-know.md
Normal file
|
@ -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).
|
||||||
|
|
Loading…
Reference in a new issue