File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
BunqSdk.Tests/Model/Generated Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments