diff --git a/lib/adyen/client.rb b/lib/adyen/client.rb index 155753a8..e2b7f722 100644 --- a/lib/adyen/client.rb +++ b/lib/adyen/client.rb @@ -93,7 +93,7 @@ def service_url_base(service) supports_live_url_prefix = false when 'PosMobile' url = "https://checkout-#{@env}.adyen.com/checkout/possdk" - supports_live_url_prefix = false + supports_live_url_prefix = true else raise ArgumentError, 'Invalid service specified' end