-
Notifications
You must be signed in to change notification settings - Fork 134
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
feat: Added new API endpoints #366
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #366 +/- ##
============================================
- 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. |
src/Entity.php
Outdated
@@ -231,4 +231,16 @@ protected function convertToArray($attributes) | |||
|
|||
return $array; | |||
} | |||
|
|||
public function convertToFile($attributes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to setFile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just change the name of function that we discussed
Add these endpoints
Added file upload feature
Add bank account
Delete bank account
fetch a payment (emi/ offer/ card/ upi)
fetch all settlements with payouts
fetch instant settlements with id with payout details
fetch all IINs Supporting native otps
fetch all IINs with business sub-type
fetch all dispute
fetch a dispute
Accept a dispute
Contest a dispute
Create a document
fetch document informantion
View rto reasons
Update fulfilment details
fetch eligibility
Eligility api