Const
Announces that a refund is owed to the user, typically after overpayment or cancellation.
{ type: 'REFUND_OWED', payload: { amount: 5 }} Copy
{ type: 'REFUND_OWED', payload: { amount: 5 }}
Remarks
Announces that a refund is owed to the user, typically after overpayment or cancellation.
Example