CyberSource/cybersource-rest-samples-csharp

Issue with PtsV2CreditsPost201Response class. ErrorInformation property is missed

IvanCavtea2001 opened this issue · 0 comments

Hi, When make the credit transaction, I send invalid card data or another invalid data I receive such response from the server:
image

but using the CyberSource library PtsV2CreditsPost201Response I receive this response

image

I think that we need to add the Error Information property with the Message and Reason fields so that this class contains the complete information that we receive from the server.