Skip to content

Commit d33d3a1

Browse files
authored
Fix PosMobile Live Service URL (#276)
Because `checkout-live.adyen.com` does not resolve
1 parent e01592d commit d33d3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/adyen/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def service_url_base(service)
9393
supports_live_url_prefix = false
9494
when 'PosMobile'
9595
url = "https://checkout-#{@env}.adyen.com/checkout/possdk"
96-
supports_live_url_prefix = false
96+
supports_live_url_prefix = true
9797
else
9898
raise ArgumentError, 'Invalid service specified'
9999
end

0 commit comments

Comments
 (0)