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 57541f0 commit 41cd88fCopy full SHA for 41cd88f
lib/adyen/client.rb
@@ -91,6 +91,9 @@ def service_url_base(service)
91
"https://terminal-api-#{@env}.adyen.com"
92
end
93
supports_live_url_prefix = false
94
+ when 'PosMobile'
95
+ url = "https://checkout-#{@env}.adyen.com/checkout/possdk"
96
+ supports_live_url_prefix = false
97
else
98
raise ArgumentError, 'Invalid service specified'
99
0 commit comments