Closed henkish closed 6 years ago
public string GetEndPoint(PaymentType type)
{
return _testMode
? SveaConfig.GetTestPayPageUrl().Replace("/rest", "")
: SveaConfig.GetProdHostedAdminUrl().Replace("/rest", "");
}
Works, but is a hack
Fixed in https://github.com/sveawebpay/dotnet-integration/releases/tag/1.0.8
Thanks for the report!
When config.GetEndPoint() implementation returns SveaConfig.GetProdHostedAdminUrl() - the URL that gets queried is /rest/rest