build: 👷 add changeset

This commit is contained in:
Adrian Pilarczyk 2023-08-03 09:29:03 +02:00
parent c3cc7a8b5e
commit 09c3be9ad2
3 changed files with 16 additions and 0 deletions

View 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.

View 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.

View 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).