diff --git a/.changeset/giant-falcons-arrive.md b/.changeset/giant-falcons-arrive.md deleted file mode 100644 index a7823a7..0000000 --- a/.changeset/giant-falcons-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-authorize-net": patch ---- - -Make sure user is logged in when fetching their customer profile from Authorize.net diff --git a/.changeset/modern-news-cheat.md b/.changeset/modern-news-cheat.md deleted file mode 100644 index 7c052a9..0000000 --- a/.changeset/modern-news-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-authorize-net": patch ---- - -Fixed the bug with Authorize.net returning errors when the line item name is longer than the db field restrictions. The app will now slice the name. diff --git a/.changeset/new-trees-cross.md b/.changeset/new-trees-cross.md deleted file mode 100644 index 15fdcaf..0000000 --- a/.changeset/new-trees-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-authorize-net": patch ---- - -Fixed the bug with the app not throwing an error when neither `VERCEL_URL` nor `APP_API_BASE_URL` was provided. diff --git a/.changeset/red-trees-pay.md b/.changeset/red-trees-pay.md deleted file mode 100644 index b802982..0000000 --- a/.changeset/red-trees-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-authorize-net": patch ---- - -The app will now show a warn log that provides more context about possible reasons for the `TransactionEventReportMutationError`. It should help debug the root cause of the error. diff --git a/.changeset/slow-ravens-turn.md b/.changeset/slow-ravens-turn.md deleted file mode 100644 index 24cb0d6..0000000 --- a/.changeset/slow-ravens-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-authorize-net": patch ---- - -Remove = char from serialization of IDs diff --git a/CHANGELOG.md b/CHANGELOG.md index 483f08c..c742d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # saleor-app-payment-template +## 0.4.2 + +### Patch Changes + +- 8e65ded: Make sure user is logged in when fetching their customer profile from Authorize.net +- 4b26f36: Fixed the bug with Authorize.net returning errors when the line item name is longer than the db field restrictions. The app will now slice the name. +- 02b7b58: Fixed the bug with the app not throwing an error when neither `VERCEL_URL` nor `APP_API_BASE_URL` was provided. +- 02b7b58: The app will now show a warn log that provides more context about possible reasons for the `TransactionEventReportMutationError`. It should help debug the root cause of the error. +- 0f36810: Remove = char from serialization of IDs + ## 0.4.1 ### Patch Changes diff --git a/package.json b/package.json index 75cbd58..ebd62b8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "saleor-app-authorize-net", "description": "Saleor App Authorize.net", - "version": "0.4.1", + "version": "0.4.2", "private": true, "repository": "github:saleor/saleor-app-payment-template", "homepage": "https://github.com/saleor/saleor-app-payment-template",