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
I'm running a "staging" instance where it's running as Rails production mode, but I want to run things like Payment Processors in test mode of course. With other integrations like Paypal, they respect the server values for that and work as expected.
The "Server" value that is set in the Spree Admin is not used. The server to use is entirely determined by the environment that it's running in instead. Adyen HPP generates the URL by going directly to the Adyen code without using any Payment Method configuration. The redirect_url doesn't provide a way to override the environment either.
I'm running a "staging" instance where it's running as Rails production mode, but I want to run things like Payment Processors in test mode of course. With other integrations like Paypal, they respect the server values for that and work as expected.
The "Server" value that is set in the Spree Admin is not used. The server to use is entirely determined by the environment that it's running in instead. Adyen HPP generates the URL by going directly to the Adyen code without using any Payment Method configuration. The
redirect_urldoesn't provide a way to override the environment either.