Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 committed May 7, 2024
1 parent 40bed7f commit 302cffe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.9.4 - 2024-05-07
feat: Added new API endpoints
- Added support for `addBankAccount`, `deleteBankAccount`, `requestEligibilityCheck` & `fetchEligibility` on customer
- Added support for [Dispute](https://razorpay.com/docs/api/disputes/)
- Added support for [Document](https://razorpay.com/docs/api/documents/)
- Added support for `viewRtoReview` & `editFulfillment` on order
- Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using `all`

## 2.9.3 - 2024-04-18
fix: Type definition for Product and Customer has been updated.

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ instance.payments.all(
- [Payment Verification](documents/paymentVerfication.md)

- [Webhook](documents/webhook.md)

- [Dispute](documents/disputes.md)

- [Document](documents/documents.md)

---

## Development
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": "razorpay",
"version": "2.9.3",
"version": "2.9.4",
"description": "Official Node SDK for Razorpay API",
"main": "dist/razorpay",
"typings": "dist/razorpay",
Expand Down

0 comments on commit 302cffe

Please sign in to comment.