You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the DisputesAPI portion of the client gem was updated (it appears around version 8) to use disputes instead of dispute it broke the logic in the service_url_base method due to the Adyen::Service::Disputes class using "Disputes" as the service variable instead of "DisputeService".
Describe the bug
When the DisputesAPI portion of the client gem was updated (it appears around version 8) to use
disputes
instead ofdispute
it broke the logic in theservice_url_base
method due to theAdyen::Service::Disputes
class using "Disputes" as the service variable instead of "DisputeService".https://github.com/Adyen/adyen-ruby-api-library/blob/v10.1.0/lib/adyen/client.rb#L72
https://github.com/Adyen/adyen-ruby-api-library/blob/v10.1.0/lib/adyen/services/disputes.rb#L13
How to reproduce
Attempt to use any of methods within the
Adyen::Service::Disputes
class and you will met with anInvalid service specified
error.Expected behavior
A successful request.
Screenshots
N/A
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: