Hello I am working in C # everything works for me except when I want to
add 'invoiceNumber' var order = new orderType(); order.invoiceNumber =
"INV-12345"; order.description = "Example Pay"; We can share experiences
if you share your code. Regards
03-18-2021 I have version V2.0.1 and this problem persists, will it be
that they are not interested in correcting this bug ??? This is
disappointing. Regards
I have the same problem, my goal is to add the invoice number to be able
to relate to the data that is stored in the database after the order is
completed. var order = new orderType(); order.invoiceNumber =
"INV-12345"; order.description = "Example P...