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

BT: Add support for network tokens #4775

Merged
merged 1 commit into from
Aug 1, 2023
Merged

BT: Add support for network tokens #4775

merged 1 commit into from
Aug 1, 2023

Conversation

aenand
Copy link
Contributor

@aenand aenand commented May 11, 2023

This PR adds support for network tokens to the Braintree gateway. The gateway class utilizes the Braintree SDK which added support for network tokens in major version 4. This commit updates the logic to add support for tagging NT as per the BT docs but does not require the CI tests to move to the new BT version.

Question for reviewers: Should we wait for the BT ruby gem to get updated in the repo's CI tests before merging this?

@aenand aenand requested a review from a team July 18, 2023 17:43
@aenand aenand marked this pull request as ready for review July 18, 2023 17:51
@aenand aenand changed the title Test BT Netork Tokens BT: Add support for network tokens Jul 18, 2023
@aenand aenand mentioned this pull request Jul 25, 2023
@aenand aenand force-pushed the ECS-2957_bt_update branch 3 times, most recently from a9d1a13 to 241ce3d Compare July 26, 2023 19:40
@aenand aenand requested a review from almalee24 July 26, 2023 19:40
Copy link
Contributor

@BritneyS BritneyS left a comment

Choose a reason for hiding this comment

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

Looks good 👍 Appreciate the tokenization decision refactor

ECS-2899

Braintree supports bring your own Network Tokens via their SDK
starting in Major version 4.0. This commit adds logic to update the BT gem
version used by the CI/CD tests to 4.0 and adds support for using Network
Tokens on the Braintree Blue gateway.

Remote Tests:
104 tests, 554 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

Remove android pay from BT
@aenand aenand merged commit 23a917c into master Aug 1, 2023
5 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.

3 participants