TSYS-Merchant / stumps

Apache License 2.0
3 stars 3 forks source link

Clear all stumps from Server #95

Closed mwmharrington closed 6 years ago

mwmharrington commented 6 years ago

Provide an API to clear all stumps from a StumpsServer instance:

Example:

var server = new StumpsServer();
server.DeleteAllStumps();
mwmharrington commented 6 years ago

Completed and added to v0.4