-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Braintree Blue: Support Level 2 and 3 data fields #3094
Braintree Blue: Support Level 2 and 3 data fields #3094
Conversation
parameters[:shipping_amount] = options[:shipping_amount] if options[:shipping_amount] | ||
parameters[:discount_amount] = options[:discount_amount] if options[:discount_amount] | ||
parameters[:ships_from_postal_code] = options[:ships_from_postal_code] if options[:ships_from_postal_code] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the fields shipping.postal_code
and shipping.country_code_alpha3
already handled elsewhere? I noticed those in the docs but don't see them built in right here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌴
Looks like Travis has a problem with something other than these changes. |
Yeah looks like the |
Also refactors create_transaction_parameters for length. Remote: 68 tests, 384 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Unit: 57 tests, 150 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed
35666a0
to
6dd7969
Compare
@molbrown Refactored |
Nice, LGTM. |
Also refactors create_transaction_parameters for length. Closes activemerchant#3094 Remote: 68 tests, 384 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Unit: 57 tests, 150 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed
Remote:
68 tests, 384 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
Unit:
57 tests, 150 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed