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

feat: hw2-493 - Reverting custom account fields #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

geovanne-duarte-mx
Copy link
Collaborator

Summary of Changes

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Public API Additions/Changes

Please include a description of any new or modified publicly available classes and/or methods (if applicable).

Downstream Consumer Impact

Please include a description of how downstream consumers will be affected (breaking changes, bug fixes, internal behavior modification, etc.). If this PR introduces breaking changes please list out each of the breaking changes, as well as steps for migrating incompatible code.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

@gerfboy
Copy link
Contributor

gerfboy commented Apr 9, 2024

What is this MR about? Also, can we not just leave the description template in the MR.

@@ -54,8 +53,6 @@ public class Transaction extends MdxBase<Transaction> {
private Long postedAt;
@XmlElement(name = "posted_on")
private LocalDate postedOn;
@XmlElement(name = "running_balance")
private BigDecimal runningBalance;

Choose a reason for hiding this comment

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

@geovanne-duarte-mx we should not remove running balance field as it's being used by HW and AFCU

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.

3 participants