Skip to content

Commit 253c5a5

Browse files
committed
added comment
1 parent 9ec3eee commit 253c5a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/adyen/client.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def live_url_prefix=(value)
5353

5454
# base URL for API given service and @env
5555
def service_url_base(service)
56+
# maps 'Disputes' to expected service name 'DisputesService' for URL matching
5657
service = 'DisputesService' if service == 'Disputes'
5758
if @env == :mock
5859
@mock_service_url_base

0 commit comments

Comments
 (0)