-
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
Adds Bambora Gateway #3145
Adds Bambora Gateway #3145
Conversation
end | ||
|
||
def success_from(response) | ||
(response[:response_code] == "0") |
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.
No need for parens here or in commit_url
above
This looks good, though there are a bevy of rubocop violations to clean up. |
4f54eff
to
e1cf14d
Compare
I went ahead and added |
e1cf14d
to
6dd871e
Compare
@molbrown The Fat Zebra violation is fixed in |
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.
🚢
6dd871e
to
6c468e2
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.
👍 Let's make sure this is merged as committed "with" InfraRuby.
Combine username and account number into one field for Bambora gateway Fix warning in Bambora remote tests
Renames to Bambora Asia-Pacific, removes Bambora Ready, adds void action ECS-159 Unit: 7 tests, 47 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Remote: 11 tests, 20 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Closes activemerchant#3145
6c468e2
to
776f073
Compare
Renames to Bambora Asia-Pacific, removes Bambora Ready, adds void action ECS-159 Unit: 7 tests, 47 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Remote: 11 tests, 20 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Closes activemerchant#3145
Continues #2394 to include needed updates for support:
void
actionECS-159
Unit:
7 tests, 47 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
Remote:
11 tests, 20 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed