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(connector): [BOA] Add GPAY, ApplePay and other fixes #3180

Closed
wants to merge 7 commits into from

Conversation

deepanshu-iiitu
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

I have cherry-picked the following commits for production deployment:

  1. fix(core): Fix Default Values Enum FieldType #2934
  2. feat(connector): [BANKOFAMERICA] Implement Google Pay #2940
  3. fix(connector): [BANKOFAMERICA] Add status VOIDED in enum Bankofameri… #2969
  4. feat(connector): [BANKOFAMERICA] Add Required Fields for GPAY #3014
  5. feat(connector): [BANKOFAMERICA] Implement Apple Pay #3061
  6. fix(connector): [BOA/CYBERSOURCE] Update error handling #3156 (Only BOA changes from this PR 3156)
  7. feat(connector): [BOA] Handle BOA 5XX errors #3178

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

Production hotfix

How did you test it?

The following payment methods need to be tested for Bank of America

  1. Cards-NON-3DS
  2. Google Pay
  3. Apple Pay

The following flows need to be tested for each of the above payment method.

  • Authorize
  • Capture
  • PSYNC
  • VOID
  • Refunds
  • RSYNC

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@deepanshu-iiitu deepanshu-iiitu added the A-connector-integration Area: Connector integration label Dec 20, 2023
@deepanshu-iiitu deepanshu-iiitu self-assigned this Dec 20, 2023
@deepanshu-iiitu deepanshu-iiitu requested review from a team as code owners December 20, 2023 13:22
@deepanshu-iiitu deepanshu-iiitu deleted the boa-1.84-fix branch December 20, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-connector-integration Area: Connector integration
Projects
No open projects
Status: Code Review
Development

Successfully merging this pull request may close these issues.

1 participant