SwedbankPay/swedbank-pay-sdk-dotnet

Support unknown operations from API

Closed this issue · 0 comments

Currently if a operation is not in the SDK we crash on TypedSafeEnumValueConverter when trying to read from JSON.
The SDK should either ignore it, or add it as an unknown type. Searching for operations on the string name is already supported (if I remember correctly) and as such it should be possible to add it as a unknown enum type to the list of operations.