Skip to content

Commit

Permalink
fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
totpero committed Apr 2, 2024
1 parent df3840e commit 77bb17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bt.IPay.Net/Constants/ApiConsts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static class Production

public static class Test
{
public const string BaseApiUrl = "https://ecclients.btrl.ro:5443";
public const string BaseApiUrl = "https://ecclients-sandbox.btrl.ro";
public const string BaseApiPath = BaseApiUrl + "/payment/rest";
public const string BaseRegisterApiPath = BaseApiPath + "/register.do";
public const string BaseRegisterPreAuthApiPath = BaseApiPath + "/registerPreAuth.do";
Expand Down

0 comments on commit 77bb17e

Please sign in to comment.