Skip to content

Commit 61a52c4

Browse files
committed
fix ApiEnvironmentType and PaymentTest class name
1 parent 5534302 commit 61a52c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BunqSdk.Tests/Model/Generated/PaymentTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class PaymentTest : BunqSdkTestBase
1515
/// <summary>
1616
/// Config values.
1717
/// </summary>
18-
private const string AMOUNT_IN_EUR = "00.01";
18+
private const string AMOUNT_IN_EUR = "0.01";
1919
private const string FIELD_CURRENCY = "EUR";
2020
private const string FIELD_PAYMENT_DESCRIPTION = "C# test Payment";
2121

BunqSdk/Context/ApiEnvironmentType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public sealed class ApiEnvironmentType
2121
/// </summary>
2222
public static readonly ApiEnvironmentType PRODUCTION = new ApiEnvironmentType(ENVIRONMENT_TYPE_PRODUCTION);
2323
private const string ENVIRONMENT_TYPE_PRODUCTION = "PRODUCTION";
24-
private const string BASE_URI_PRODUCTION = "https://public.api.bunq.com/v1/";
24+
private const string BASE_URI_PRODUCTION = "https://api.bunq.com/v1/";
2525

2626
/// <summary>
2727
/// Sandbox environment constants.

0 commit comments

Comments
 (0)