question

arm77 avatar image
arm77 asked David Marginian Deactivated answered

When completing auth with other card , then while printing receipt it prints auth under order amount not authsplit amount

Order order = orderConnector.getOrder(authorization.getOrderId());

new StaticPaymentPrintJob(order, params[1], PrintJob.FLAG_SALE).print(context, CloverAccount.getAccount(context));

In Order json payment state is "OPEN".

Print
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

David Marginian avatar image
David Marginian Deactivated answered

Can you clarify what your question is? The subject line and the body of your post appear to be different. If you question is why is the order state open, can you explain how the order has been paid for?

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community