From 1b9d86be8989a9bf36a8e175cc421f05e98c4b9d Mon Sep 17 00:00:00 2001 From: Slobodan Adamovic Date: Wed, 19 Jul 2017 13:36:32 +0200 Subject: [PATCH] Change default base path from stagging to production. --- src/Customweb.Wallee/Client/ConfigurationBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Customweb.Wallee/Client/ConfigurationBuilder.cs b/src/Customweb.Wallee/Client/ConfigurationBuilder.cs index c293495..e0e5388 100644 --- a/src/Customweb.Wallee/Client/ConfigurationBuilder.cs +++ b/src/Customweb.Wallee/Client/ConfigurationBuilder.cs @@ -27,7 +27,7 @@ public ConfigurationBuilder() { } - private string _basePath = "https://staging-wallee.com:443/api"; + private string _basePath = "https://app-wallee.com:443/api"; /// /// Sets the base API path.