sveawebpay / dotnet-integration

SDK for Sveas standalone payment methods
Other
5 stars 14 forks source link

StatusCode not exposed in Webpay.Integration.CSharp.Response.Hosted.SveaResponse #30

Closed henkish closed 6 years ago

henkish commented 6 years ago

SveaResponse only exposes ResultCode as a formatted string - we need access to the raw (int32) status code from the XML. Please add StatusCode property!

henkish commented 6 years ago

Proposed fix in pull request: https://github.com/sveawebpay/dotnet-integration/pull/32

fre-sund commented 6 years ago

Closing this as pull request #32 is merged.