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

NMI: Add shipping_firstname, shipping_lastname, shipping_email, and s… #4825

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

jcreiff
Copy link
Contributor

@jcreiff jcreiff commented Jul 7, 2023

…urcharge fields

CER-666
CER-673

LOCAL
5547 tests, 77613 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed

760 files inspected, no offenses detected

UNIT
56 tests, 454 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed

REMOTE
51 tests, 184 assertions, 3 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 94.1176% passed

*Test failures are related to Apple Pay and eCheck, and are also failing on master

@jcreiff jcreiff requested a review from a team July 7, 2023 18:49
Copy link
Contributor

@rachelkirk rachelkirk 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, tests are nice and thorough!

@@ -232,6 +233,9 @@ def add_customer_data(post, options)
end

if (shipping_address = options[:shipping_address])
first_name, last_name = split_names(shipping_address[:name])
Copy link
Contributor

Choose a reason for hiding this comment

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

noice

…urcharge fields

CER-666
CER-673

LOCAL
5547 tests, 77613 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

760 files inspected, no offenses detected

UNIT
56 tests, 454 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

REMOTE
51 tests, 184 assertions, 3 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
94.1176% passed

*Test failures are related to Apple Pay and eCheck, and are also failing on master
@jcreiff jcreiff force-pushed the nmi_shipping_fields_and_surcharge branch from e3db259 to 5c9bd17 Compare July 14, 2023 13:38
@jcreiff jcreiff merged commit 5c9bd17 into master Jul 14, 2023
13 checks passed
@jcreiff jcreiff deleted the nmi_shipping_fields_and_surcharge branch July 14, 2023 13:44
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