Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog: Added new end points #367

Merged
merged 3 commits into from
Dec 18, 2023
Merged

changelog: Added new end points #367

merged 3 commits into from
Dec 18, 2023

Conversation

ankitdas13
Copy link
Contributor

@ankitdas13 ankitdas13 commented Dec 15, 2023

[2.9.7] - 2023-12-18

feat: Added new API endpoints

  • Added support for addBankAccount, deleteBankAccount, requestEligibilityCheck & fetchEligibility on customer
  • Added support for uploadAccountDoc & fetchAccountDoc on account
  • Added support for Dispute
  • Added support for Document
  • Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using all
  • Added support for viewRtoReview & editFulfillment on order
  • Added support for fetch a payment (emi/ offer/ card/ upi) using expandedDetails on payments
  • Added support for uploadStakeholderDoc & fetchStakeholderDoc on stakeholder

@ankitdas13 ankitdas13 changed the title feat: Added new end points changelog: Added new end points Dec 15, 2023
Copy link

@ndhaka007 ndhaka007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ankitdas13 ankitdas13 added the TestingNotRequired TestingNotRequired label for BVT label Dec 15, 2023
@codecov-commenter
Copy link

Codecov Report

Attention: 67 lines in your changes are missing coverage. Please review.

Comparison is base (4d11a22) 53.88% compared to head (d4928b9) 49.45%.
Report is 3 commits behind head on master.

Files Patch % Lines
src/Customer.php 0.00% 12 Missing ⚠️
src/Dispute.php 0.00% 12 Missing ⚠️
src/Account.php 0.00% 7 Missing ⚠️
src/Entity.php 0.00% 7 Missing ⚠️
src/Stakeholder.php 0.00% 7 Missing ⚠️
src/Order.php 25.00% 6 Missing ⚠️
src/Document.php 0.00% 5 Missing ⚠️
src/Settlement.php 0.00% 5 Missing ⚠️
src/Iin.php 0.00% 3 Missing ⚠️
src/Payment.php 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #367      +/-   ##
============================================
- Coverage     53.88%   49.45%   -4.43%     
- Complexity      234      255      +21     
============================================
  Files            32       34       +2     
  Lines           670      734      +64     
============================================
+ Hits            361      363       +2     
- Misses          309      371      +62     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ankitdas13 ankitdas13 merged commit 25f4ac2 into master Dec 18, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TestingNotRequired TestingNotRequired label for BVT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants