Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deserializing error in Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiator #124

Open
darakis opened this issue Dec 30, 2021 · 2 comments

Comments

@darakis
Copy link

darakis commented Dec 30, 2021

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.

@wrightsonm
Copy link

It would appear that this problem is being investigated, as it is mentioned in the most recent Release Note:
https://docs.cybersource.com/content/dam/new-documentation/documentation/en/platform-cybs/relnote/all/na/rn-2022-03-18.pdf

@wrightsonm
Copy link

There is a similar issue with: Could not convert string to boolean: Y. Path 'processingInformation.authorizationOptions.initiator.storedCredentialUsed'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants