Releases: saleor/apps
saleor-app-data-importer@1.9.4
saleor-app-crm@1.7.5
saleor-app-cms-v2@2.2.2
@saleor/react-hook-form-macaw@0.2.4
Patch Changes
- 8b3d961: Updated Macaw UI to pre.118
@saleor/apps-ui@1.1.7
Patch Changes
- 8b3d961: Updated Macaw UI to pre.118
@saleor/apps-shared@1.8.0
saleor-app-taxes@1.13.0
Minor Changes
-
416c92f: Changed
externalId
order metadata field toavataxId
. It is now only responsible for storing the id of Avatax transaction. -
416c92f: Added support for reading document code from metadata field
avataxDocumentCode
. The default value is the order id from Saleor. The value for the document code is sliced to be under 20 characters. The requirement comes from Avatax API. -
416c92f: Added support for reading the tax calculation date from metadata field
avataxTaxCalculationDate
. The value has to be valid UTC datetime string (e.g. "2021-08-31T13:00:00.000Z"). -
416c92f: Added
ORDER_CANCELLED
webhook handler with an implementation for Avatax. The transactions for corresponding orders in Saleor will be voided in the Avatax dashboard. -
416c92f: Started the migration from
OrderCreated
toOrderConfirmed
webhook event. In the new flow, the provider transactions will be created based on the order confirmation (either automatic or manual) event. The value of thecommit
field will be set based on the "isAutocommit" setting in the provider configuration.The
OrderCreated
andOrderFulfilled
handlers are deprecated. They will be removed on August 24, along with their corresponding webhooks. For now, both flows (OrderCreated
->OrderFulfilled
andOrderConfirmed
) are supported.Actions needed:
The only scenario where you, as the user, may need to do something regarding this release is the following:
- You created an order that still needs to be fulfilled (therefore, the corresponding AvaTax transaction is not committed).
- You are planning to fulfill the order after August 23 (which is the date when we will complete the migration).
In that case, remember you will not be able to commit the transaction by fulfilling the order in Saleor. In the new flow, the transactions are committed in AvaTax while confirming the Saleor order, based on the "isAutocommit" flag. What you have to do is the following:
- Make sure "isAutocommit" is set to true.
- Trigger the
OrderConfirmed
event (either byorderConfirm
mutation or in the Dashboard).
The AvaTax transaction created on the
OrderCreated
event should be updated withcommit: true
.You can read more about the webhook flow in the Taxes App and the migration itself in our documentation.
saleor-app-products-feed@1.11.1
saleor-app-emails-and-messages@1.9.5
Patch Changes
- b8c5283: Changed capitalization of the name SendGrid in the UI.
saleor-app-cms-v2@2.2.0
Minor Changes
- fe767a4: Changed public (manifest) name app to be "CMS" (previously it was "CMS 2", since two apps existed at the same time)