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
On GetTransaction api call there's a deserializing exception on Boolean property CredentialStoredOnFile of Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiator. It has the value "Y" which can't be deserialized to bool. In order to workaround that I had to change its type to string.
The text was updated successfully, but these errors were encountered:
There is a similar issue with: Could not convert string to boolean: Y. Path 'processingInformation.authorizationOptions.initiator.storedCredentialUsed'
On GetTransaction api call there's a deserializing exception on Boolean property CredentialStoredOnFile of Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiator. It has the value "Y" which can't be deserialized to bool. In order to workaround that I had to change its type to string.
The text was updated successfully, but these errors were encountered: