Function: rejectRedeem(byte[32] orderHash)
This function rejects the redemption order.
Inputs
orderHashControl: Fully controlled by the caller.
Constraints: Must be the order hash of the pending order.
Impact: Specifies the order to be rejected.
Branches and code coverage
Intended branches
Change the status of the order.
Transfer back the USSI token.
Negative behavior
The caller is the owner.
Given order is the redemption order.
Given order is pending.