Replies: 1 comment 1 reply
-
Can you try this code, it worked for anther customer? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a new interface with functionality equivalent to the CashManagementView. I have successfully used CreateStartingAmountTransactionClientRequest to update the Amount, but when I attempt to print the receipt afterward, I encounter a server error. The error message states: "The request cannot be processed at the moment. Please try again later. Status code 500."
I am confident that the ReceiptType of 'StartingAmount' is correct. The properties IsCopy, IsRemoteTransaction, IsPreview, and QueryBySalesId are all set to false.
Does anyone know how I might resolve this issue to successfully execute the receipt printing process? Any insights would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions