sdk-dotnet icon indicating copy to clipboard operation
sdk-dotnet copied to clipboard

Setting up InvoiceNumber for authCaptureTransaction using GetAnAcceptPaymentPage is throwing an unexpected error.

Open richardybias opened this issue 1 year ago • 1 comments

GetAnAcceptPaymentPage is not working when I include the orderType, I am getting unexpected error.

[(https://www.screencast.com/t/m9VcgLf5)] [(https://www.screencast.com/t/sP4NQRXoiDhV)]

I hope I can get an answer for this issue.

Thanks, Richard

richardybias avatar Nov 01 '23 08:11 richardybias

We already found the solution.

In the orderType Class, there was a purchaseOrderDateUTC property which was set as required.

**Solution:**Delete purchaseOrderDateUTC property under "Utility/AnetApiSchema.generated.cs"

richardybias avatar Nov 02 '23 07:11 richardybias