Skip to content

feat: [PAY-1007] Parse reference_1 as string to be able to filter lines#42

Merged
zaraheath merged 4 commits intomasterfrom
pay-1007-filter-bizum-payments
Mar 25, 2025
Merged

feat: [PAY-1007] Parse reference_1 as string to be able to filter lines#42
zaraheath merged 4 commits intomasterfrom
pay-1007-filter-bizum-payments

Conversation

@zaraheath
Copy link
Contributor

Proposed Changes

  • Parse reference_1 as string instead of integer (most references come as string) to be able to filter by that reference

@zaraheath zaraheath requested a review from a team March 24, 2025 08:38
@zaraheath zaraheath requested a review from a team March 24, 2025 09:34
@zaraheath zaraheath changed the title [PAY-1007] Parse reference_1 as string to be able to filter lines feat: [PAY-1007] Parse reference_1 as string to be able to filter lines Mar 24, 2025
field :amount, 28..41, :integer
field :document_number, 42..51, :integer
field :reference_1, 52..63, :integer
field :reference_1, 52..63
Copy link
Member

Choose a reason for hiding this comment

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

nitpick (non-blocking): I suggest better being explicit and put :string in both references

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just copied the style of other places, there are more references that will need to change in other files, so I won't change them for now

@zaraheath zaraheath merged commit f60f4e4 into master Mar 25, 2025
13 checks passed
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.

5 participants