Closed ghost closed 3 years ago
Currently there's no way to get the user input from redeems which accept it. This PR adds that property to the model.
If user input is not required, the value will be null.
Tested with rewards which require and don't require user input.
LGTM. Thanks!
Currently there's no way to get the user input from redeems which accept it. This PR adds that property to the model.
If user input is not required, the value will be null.
Tested with rewards which require and don't require user input.