Const
Dispatch to load payment details by transaction id.
{ type: "LOAD_PAYMENT_BY_TRANSACTION_ID_RESPONSE", payload: { id: "transaction-id" }} Copy
{ type: "LOAD_PAYMENT_BY_TRANSACTION_ID_RESPONSE", payload: { id: "transaction-id" }}
module-payit-credit/lib/browser/reducers/pointOfSaleReducers.getPaymentByRequestId
Dispatch to load payment details by transaction id.