Skip to content

Commit

Permalink
Update transaction registration URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
markembling committed Dec 14, 2023
1 parent b0b8a6f commit 1888b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SagePayMvc/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public class Configuration {
public const decimal DefaultVatMultiplier = 1.175m;
public const string DefaultResponseAction = "Index";

public const string LiveUrl = "https://live.sagepay.com/gateway/service/vspserver-register.vsp";
public const string TestUrl = "https://test.sagepay.com/gateway/service/vspserver-register.vsp";
public const string LiveUrl = "https://live.opayo.eu.elavon.com/gateway/service/vspserver-register.vsp";
public const string TestUrl = "https://sandbox.opayo.eu.elavon.com/gateway/service/vspserver-register.vsp";
public const string SimulatorUrl = "https://test.sagepay.com/simulator/VSPServerGateway.asp?Service=VendorRegisterTx";

public const string LiveRefundUrl = "https://live.sagepay.com/gateway/service/refund.vsp";
Expand Down

0 comments on commit 1888b62

Please sign in to comment.