bigcommerce / hello-world-app-php-silex

Hello World sample app in PHP and Silex
MIT License
24 stars 56 forks source link

fix(MAP-183) - Add multi-user user removal support #14

Closed misakwa closed 6 years ago

misakwa commented 6 years ago

Implements remove-user endpoint to remove provisioned users

Sister ticket to: https://github.com/bigcommerce/hello-world-app-ruby-sinatra/pull/2 https://github.com/bigcommerce/hello-world-app-python-flask/pull/4

Sure-Round commented 6 years ago

@mattolson Can you take a look since you handled the ruby & python apps

Sure-Round commented 6 years ago

@misakwa can you add testing instructions and proof

misakwa commented 6 years ago

@mattolson I've resolved the load endpoint and fixed the indentation.