BPS_Application.getBPSApplicationInstance().getOrderConnector().addCustomLineItem(mManualRefundOrder.getId(), mCustomLineItem, false);
Where 'mCustomLineItem' contains price(for example 10000) for quantity 1. But when we pay for this item Clover payment screen shows the amount $0.10 instead of $100. Please consider attached payment screen $0.10 for 10000. safe-drop-amount-min.png
Could you please let me know whether this issue is Clover side or I'm doing something wrong?