Skip to content

Commit

Permalink
Updated ErrorCode enum in TransactionPaymentAttempt to include a …
Browse files Browse the repository at this point in the history
…new error code `declined_not_retryable`
  • Loading branch information
vijayasingam-paddle committed Mar 19, 2024
1 parent f0972d2 commit ef65e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ When we make [non-breaking changes](https://developer.paddle.com/api-reference/a

This means when upgrading minor versions of the SDK, you may notice type errors. You can safely ignore these or fix by adding additional type guards.

## 1.1.1 - 2024-03-19
## 1.2.0 - 2024-03-19

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paddle/paddle-node-sdk",
"version": "1.1.1",
"version": "1.2.0",
"description": "A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ef65e34

Please sign in to comment.