Payment Held and need to dispatch.

Payment Held Flag has been removed and the customer can now process the order.

To check if the payment is held:

select * from ledger_prepayment where sorder_id = '?????'

Update ledger_prepayment set hold_payment = '0' where prepay_id = '16437'

Did you find this article helpful?