RickardPettersson / swish-api-csharp

Swish For Merchant API Client .Net Standard Library
MIT License
28 stars 13 forks source link

HttpClient enabled even when _enableHTTPLog set to false? #16

Closed ludvigbartholdsson closed 1 year ago

ludvigbartholdsson commented 1 year ago

I have only tested payoutClient in Emulator mode, in PayoutClient I set http log to false. Still logging!

RickardPettersson commented 1 year ago

ok, looking into it

RickardPettersson commented 1 year ago

Latest code in the repository now listening on the _enabledHTTPLog parameter, all clients have that "bug". Nuget is not updated yet going to fix some more things before that.