Skip to content

Commit

Permalink
Change default base path from stagging to production.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slobodan Adamovic committed Jul 19, 2017
1 parent 613b63c commit 1b9d86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Customweb.Wallee/Client/ConfigurationBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public ConfigurationBuilder()
{
}

private string _basePath = "https://staging-wallee.com:443/api";
private string _basePath = "https://app-wallee.com:443/api";

/// <summary>
/// Sets the base API path.
Expand Down

0 comments on commit 1b9d86b

Please sign in to comment.