Skip to content

Commit

Permalink
v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardobernardo committed Nov 17, 2024
1 parent 92e437f commit 6771e4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@

A simple sdk made to abstract most of the Asaas payment gateway api requests.

last update: 19/07/2024
last update: 17/11/2024
Items updated:
- Webhooks client: create, list, remove, and update.
- Invoices client: schedule (create), list, update, authorize, and cancel.
- Enums for webhook events for Payments and Invoices (still in development)
- Added a static method `parseWebhook` to correctly check if the received event is valid and allow TypeScript inference.
- Added support to change Axios user-agent.
- Payments: Added support for installment total value and payment external reference.


## Author
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": "asaas",
"version": "1.0.12",
"version": "1.0.13",
"description": "Unofficial Asaas Payment Gateway SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6771e4c

Please sign in to comment.