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

CommerceHub: Add dynamic descriptors #4994

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

jcreiff
Copy link
Contributor

@jcreiff jcreiff commented Dec 20, 2023

Adds the option to send dynamic descriptors on auth/capture or purchase

https://developer.fiserv.com/product/CommerceHub/docs/?path=docs/Resources/Guides/Dynamic-Descriptor.md&branch=main

CER-1077

LOCAL
5758 tests, 78786 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed
784 files inspected, no offenses detected

UNIT
28 tests, 194 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed

REMOTE
-> When running the full remote test suite, I see between 16-18 failures each time, each of which has the message "The transaction limit was exceeded. Please try again!"

When I run the failing tests individually, all of them pass, with a few exceptions: test_successful_credit (merchant account configuration) test_successful_purchase_with_encrypted_credit_card (merchant account configuration) test_successful_store_with_purchase (invalid expiration date?)

None of these failures appear to be related to the changes here.

@jcreiff jcreiff requested a review from a team December 20, 2023 14:42
end

def add_dynamic_descriptors(post, options)
dynamic_descriptors_fields = %i[mcc merchant_name customer_service_number service_entitlement dynamic_descriptors_address]
Copy link
Contributor

Choose a reason for hiding this comment

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

love this!

Copy link
Contributor

@yunnydang yunnydang left a comment

Choose a reason for hiding this comment

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

great work!

Adds the option to send dynamic descriptors on auth/capture or purchase

https://developer.fiserv.com/product/CommerceHub/docs/?path=docs/Resources/Guides/Dynamic-Descriptor.md&branch=main

CER-1077

LOCAL
5758 tests, 78786 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
784 files inspected, no offenses detected

UNIT
28 tests, 194 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

REMOTE
-> When running the full remote test suite, I see between 16-18 failures each time, each of which has the message `"The transaction limit was exceeded. Please try again!"`

When I run the failing tests individually, all of them pass, with a few exceptions:
test_successful_credit (merchant account configuration)
test_successful_purchase_with_encrypted_credit_card (merchant account configuration)
test_successful_store_with_purchase (invalid expiration date?)

None of these failures appear to be related to the changes here.
@jcreiff jcreiff force-pushed the commerce_hub_dynamic_descriptors branch from 5160230 to 65bd0bc Compare December 21, 2023 16:04
@jcreiff jcreiff merged commit 65bd0bc into master Dec 21, 2023
5 checks passed
@jcreiff jcreiff deleted the commerce_hub_dynamic_descriptors branch December 21, 2023 16:05
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