You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Mangopay API is down, we are able to detect 500 http StatusCode but we have an exception when parsing the response : Error converting value "other" to type 'MangoPay.SDK.Core.Enumerations.TransactionType'
When we look at the API documentation the only values available for this enum are PAYIN, TRANSFER and PAYOUT.
Should we map any other value to the enum value NotSpecified ?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
When the Mangopay API is down, we are able to detect 500 http StatusCode but we have an exception when parsing the response :
Error converting value "other" to type 'MangoPay.SDK.Core.Enumerations.TransactionType'
When we look at the API documentation the only values available for this enum are
PAYIN
,TRANSFER
andPAYOUT
.Should we map any other value to the enum value
NotSpecified
?Thanks
The text was updated successfully, but these errors were encountered: