-
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
Paymentez: Adds support for extra_params optional field #3095
Conversation
# def add_extra_params(post, options) | ||
# post[:extra_params] = options[:extra_params] if options[:extra_params] | ||
# end | ||
|
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.
Missed a spot
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.
Otherwise, nice! That'll do it.
Or wait, does this actually support an array of sub-hashes? Shouldn't line 175 be |
96e2da1
to
0ad7d6e
Compare
I don't believe |
Oh duh, got this mixed up with Bluesnap. 🚢 |
0ad7d6e
to
7218d16
Compare
Merchant may define custom optional fields in their Paymentez account, to send with debit requests under extra_params object. ENE-80 Unit: 19 tests, 77 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications Remote: 20 tests, 47 assertions, 2 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications Failures unrelated to this change, have to do with country-specific allowances for partial capture/ refund. Closes activemerchant#3095
7218d16
to
8a36a75
Compare
Merchant may define custom optional fields in their Paymentez account, to send with debit requests under extra_params object. ENE-80 Unit: 19 tests, 77 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications Remote: 20 tests, 47 assertions, 2 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications Failures unrelated to this change, have to do with country-specific allowances for partial capture/ refund. Closes activemerchant#3095
Merchant may define custom optional fields in their Paymentez account, to
send with debit requests under extra_params object.
ENE-80
Unit:
19 tests, 77 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
Remote:
20 tests, 47 assertions, 2 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
Failures unrelated to this change, have to do with country-specific allowances for
partial capture/ refund.