Skip to content

Commit 1fa3d97

Browse files
committed
change dynamic env to hardcoded value for Checkout
1 parent de29511 commit 1fa3d97

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
@@ -35,7 +35,7 @@ def service_url_base(service)
3535
case service
3636
when "Checkout"
3737
if @env == :test
38-
"https://checkout-#{@env}.adyen.com"
38+
"https://checkout-test.adyen.com"
3939
else
4040
raise ArgumentError, "Please set Client.checkout_url_prefix to the portion of your merchant-specific URL prior to '-checkout-live'" if @checkout_url_prefix.nil?
4141
"https://#{@checkout_url_prefix}-checkout-live.adyenpayments.com/checkout/services/PaymentSetupAndVerification"

0 commit comments

Comments
 (0)