Hi @David Marginian
Our app is running on clover station and showing clover payment page by using
- Intent intent = new Intent(Intents.ACTION_CLOVER_PAY);
We are not receiving order payment information immediately after placing an order with more line items.
orderConnector.addCustomLineItem(mOrder.getId(), myLineItem, false); mOrder = orderConnector.updateOrder(mOrder);
I have tried two ways to get the payment information - but not getting immediately. is there any way to get information immediately after placed an order.?
using sdk apis - below code is in onActivityResult() method.
getCardTransaction() returns null value for sometimes. It is not consistent. I guess there is a delay in clover backend to update the records.
2. And tried this API - Get all payments for an order
it returns empty array - "elements": []