Skip to content

Commit

Permalink
Release Authorize.net app (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 1, 2024
1 parent 02b7b58 commit 6613022
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-falcons-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-news-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-trees-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-trees-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-ravens-turn.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6613022

Please sign in to comment.