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

Litle: Omit checkNum when nil #3719

Merged
merged 1 commit into from
Aug 12, 2020
Merged

Conversation

leila-alderman
Copy link
Contributor

ACH transactions in which the checkNum was nil were previously
sending an empty checkNum node, which caused failures against the
Litle gateway.

This adds a check so that the checkNum node is created only when there
is a value for this field.

ECS-1350

Unit:
46 tests, 201 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions,
0 notifications
100% passed

Remote:
43 tests, 188 assertions, 13 failures, 0 errors, 0 pendings, 0
omissions, 0 notifications
69.7674% passed

Many remote tests are currently failing due to previously noted
changes to the gateway's responses
.

All unit tests:
4544 tests, 72251 assertions, 0 failures, 0 errors, 0 pendings, 0
omissions, 0 notifications
100% passed

@leila-alderman leila-alderman requested a review from a team August 11, 2020 15:43
Copy link
Contributor

@Carrigan Carrigan left a comment

Choose a reason for hiding this comment

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

Changes make sense and look great. Nice work!

ACH transactions in which the `checkNum` was `nil` were previously
sending an empty `checkNum` node, which caused failures against the
Litle gateway.

This adds a check so that the `checkNum` node is created only when there
is a value for this field.

ECS-1350

Unit:
46 tests, 201 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions,
0 notifications
100% passed

Remote:
43 tests, 188 assertions, 13 failures, 0 errors, 0 pendings, 0
omissions, 0 notifications
69.7674% passed

Many remote tests are currently failing [due to previously noted
changes to the gateway's responses](#3618).

All unit tests:
4544 tests, 72251 assertions, 0 failures, 0 errors, 0 pendings, 0
omissions, 0 notifications
100% passed
@leila-alderman leila-alderman force-pushed the ECS-1350_litle_checknum branch from 002586d to 06873c2 Compare August 12, 2020 17:39
@leila-alderman leila-alderman merged commit 06873c2 into master Aug 12, 2020
@leila-alderman leila-alderman deleted the ECS-1350_litle_checknum branch August 12, 2020 17:40
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