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
Copy file name to clipboardExpand all lines: lib/adyen/client.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ def service_url_base(service)
35
35
caseservice
36
36
when"Checkout"
37
37
if@env == :test
38
-
"https://checkout-#{@env}.adyen.com"
38
+
"https://checkout-test.adyen.com"
39
39
else
40
40
raiseArgumentError,"Please set Client.checkout_url_prefix to the portion of your merchant-specific URL prior to '-checkout-live'"if@checkout_url_prefix.nil?
0 commit comments