-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add transaction multiple patch method #50
Conversation
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.
@nunovieira220 please take a look at my comments.
@@ -74,6 +74,16 @@ export default class TransactionManager extends AbstractManager { | |||
return { results, total }; | |||
} | |||
|
|||
/** | |||
* Multiple patch. |
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.
* Patch multiple
* Multiple patch. | ||
*/ | ||
|
||
async multiplePatch(data) { |
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.
patchMultiple
@@ -34,6 +34,10 @@ const config = { | |||
endpoint: 'transactions', | |||
method: 'get' | |||
}, | |||
multiplePatch: { |
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.
patchMultiple
ee3b874
to
06c4b8b
Compare
06c4b8b
to
f5d07c9
Compare
This PR aims to add transaction multiple patch method.