Skip to content

Commit

Permalink
fixed dhl login cred.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Venclovas committed Nov 4, 2024
1 parent 894400e commit 975b22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShippingProAPICollection.NUnitTests/TestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public void OneTimeSetUp()
DHLSettings dhlSettings = new DHLSettings()
{
ApiDomain = "sandbox",
Password = "pass",
Username = "sandy_sandbox",
Password = "SandboxPasswort2023!",
Username = "user-valid",
DHLShipmentProfile = "STANDARD_GRUPPENPROFIL",
InternationalAccountNumber = "33333333335301",
NationalAccountNumber = "33333333330102",
Expand Down

0 comments on commit 975b22e

Please sign in to comment.