We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec3eee commit 253c5a5Copy full SHA for 253c5a5
lib/adyen/client.rb
@@ -53,6 +53,7 @@ def live_url_prefix=(value)
53
54
# base URL for API given service and @env
55
def service_url_base(service)
56
+ # maps 'Disputes' to expected service name 'DisputesService' for URL matching
57
service = 'DisputesService' if service == 'Disputes'
58
if @env == :mock
59
@mock_service_url_base
0 commit comments