Const
Dispatch to record PayIt payment post-log details.
{ type: "RECORD_PAYMENT_POST_LOG", payload: { id: "payment-id", detail: { status: "success" } }} Copy
{ type: "RECORD_PAYMENT_POST_LOG", payload: { id: "payment-id", detail: { status: "success" } }}
Dispatch to record PayIt payment post-log details.