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: add hasCardRewards field to account details features #279

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

mcoburnmx
Copy link
Collaborator

Summary of Changes

We have a requirement to control the display of a rewards feature based on whether a credit card is eligible for rewards. Thus I have added the hasCardRewards field to the account details features per the documentation here.

Fixes # HW2-1747

Public API Additions/Changes

Added the hasCardRewards field to account details features.

Downstream Consumer Impact

This shouldn't affect any downstream consumers as it is just the addition of a new field.

How Has This Been Tested?

I built the changes and referenced them from a connector to verify that I can set the field and that the connector can return it in its JSON response.

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

@mcoburnmx mcoburnmx merged commit b30c540 into master Jan 23, 2025
4 checks passed
@mcoburnmx mcoburnmx deleted the mpc/1747 branch January 23, 2025 15:47
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