TSYS-Merchant / stumps

Apache License 2.0
3 stars 3 forks source link

Unable to serve a stump while the Mock Proxy is Recording #16

Closed jrosen-mw closed 10 years ago

jrosen-mw commented 10 years ago

If the Mock Proxy is in 'Recording' mode you cannot serve a stump. It must be in 'Running' mode

mwmharrington commented 10 years ago

This is done by design so that you don't create stumps of stumps. I think this should be closed out.

dlachowicz-mw commented 10 years ago

This confused Jessica and she lost an afternoon because of it. At a minimum, this should be documented, and there should be some sort of visual cue or notification that you're not serving any stumps.

mwmharrington commented 10 years ago

This is now the default behavior as due to the API changes in the Issue #62 branch, this is now the default.

mwmharrington commented 10 years ago

The behavior is now configurable through the server configuration file, and exposed directly on the StumpServerInstance. The UI behavior is addressed in a separate Issue #64.