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/Cybersource] Pass commerce indicator using card network for apple pay #3797

Merged

Conversation

deepanshu-iiitu
Copy link
Contributor

Type of Change

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

Description

[HOTFIX]
Original PR: #3795
Apple pay transactions via BOA and Cybersource require a specific field commerce_indicator which is based on the card network type used during apple pay transactions.
https://docs.cybersource.com/content/dam/documentation/en/apple-pay/fdiglobal/so/applepay-so-fdiglobal.pdf

This data is now being passed using the card network data being shared from SDK during apple pay payments.

Additional Changes

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

Motivation and Context

#3783

How did you test it?

Apple pay payments need to be tested using simplified and manual flow for connectors BOA and Cybersource.
image

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 A-connector-integration Area: Connector integration A-core Area: Core flows C-feature Category: Feature request or enhancement P-high Priority: High labels Feb 23, 2024
@deepanshu-iiitu deepanshu-iiitu self-assigned this Feb 23, 2024
@deepanshu-iiitu deepanshu-iiitu requested review from a team as code owners February 23, 2024 09:28
@Gnanasundari24 Gnanasundari24 merged commit 1abc8f2 into hotfix-2024.02.16.0 Feb 23, 2024
11 of 13 checks passed
@Gnanasundari24 Gnanasundari24 deleted the boa-cyb-apple-network-to-comm-indic-hotfix branch February 23, 2024 10:21
@SanchithHegde SanchithHegde removed the P-high Priority: High label Feb 25, 2024
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 A-core Area: Core flows C-feature Category: Feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] [BOA/Cybersource] Pass commerce indicator using card network for apple pay
5 participants