-
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
Credorax: Add A Mandatory 3DS field #3360
Conversation
Credorax sandbox seems to be having trouble. About 10 tests are failing on master. |
812119e
to
a2c1457
Compare
Remote tests working again! |
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.
one question, but otherwise 👍
post[:d5] = browser_info[:user_agent] | ||
post[:'3ds_transtype'] = '01' || options[:transaction_type] |
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.
should we set this as options[:transaction_type] || '01'
so that if they actually pass in a value it'll use that over '01'
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.
yup 🤦♀
a2c1457
to
65c7afe
Compare
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.
👍
Credorax now requires `3ds_transtype` is required. This passes a default value if none is passed. Also passes optional field `3ds_version`. Loaded suite test/unit/gateways/credorax_test Started ....................... 23 tests, 125 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Loaded suite test/remote/gateways/remote_credorax_test Started .......................... 26 tests, 74 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed
65c7afe
to
0b2d699
Compare
Credorax now requires
3ds_transtype
is required. This passes a defaultvalue if none is passed. Also passes optional field
3ds_version
.Loaded suite test/unit/gateways/credorax_test
Started
.......................
Finished in 0.020239 seconds.
23 tests, 125 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed