File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format
44
55## Unreleased
66
7+ ## [ 1.4.2] [ 1.4.2 ] - 2024-03-19
8+
9+ feat: Added new API endpoints
10+
11+ - Added support for ` addBankAccount ` , ` deleteBankAccount ` , ` requestEligibilityCheck ` & ` fetchEligibility ` on customer
12+ - Added support for [ Dispute] ( https://razorpay.com/docs/api/disputes/ )
13+ - Added support for [ Document] ( https://razorpay.com/docs/api/documents/ )
14+ - Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using ` all `
15+ - Added support for ` viewRtoReview ` & ` editFulfillment ` on order
16+
717## [ 1.4.1] [ 1.4.1 ] - 2023-08-03
818
919feat: Added new API endpoints.
Original file line number Diff line number Diff line change @@ -86,6 +86,12 @@ that both app title and version are strings.
8686- [ Stakeholder] ( documents/stakeholder.md )
8787
8888- [ Webhook] ( documents/webhook.md )
89+
90+ - [ Document] ( documents/document.md )
91+
92+ - [ Dispute] ( documents/dispute.md )
93+
94+ - [ Iin] ( documents/iin.md )
8995---
9096
9197## Bugs? Feature requests? Pull requests?
Original file line number Diff line number Diff line change 55
66setup (
77 name = "razorpay" ,
8- version = "1.4.1 " ,
8+ version = "1.4.2 " ,
99 description = "Razorpay Python Client" ,
1010 long_description = readme_content ,
1111 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments