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

BATM-6033 Improve IDepositX API to return similar data as ITransactionX interfaces #914

Conversation

filipocelka
Copy link
Contributor

…nX interfaces

@@ -166,7 +166,7 @@ default boolean isTransactionApproved(IDepositRequest depositRequest) {
* @param request The transaction request initialized by server
* @return {@link ITransactionRequest} that may contain modified transaction request.
*/
default IDepositRequest overrideTransactionRequest(IDepositRequest request) {
default IDepositRequest overrideDepositRequest(IDepositRequest request) {
Copy link
Contributor

Choose a reason for hiding this comment

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

For consistency, I would name the parameter as depositRequest. Or just request in the isDepositApproved method.

@filipocelka filipocelka force-pushed the feature/BATM-6033-deposit-api branch from 29cdb34 to 61030bc Compare May 31, 2024 14:31
@filipocelka filipocelka merged commit 8ca09a2 into GENERALBYTESCOM:master Jun 3, 2024
1 check passed
@filipocelka filipocelka deleted the feature/BATM-6033-deposit-api branch June 3, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants