MCPcopy Create free account
hub / github.com/apache/struts-examples / editOrder

Function editOrder

rest-angular/src/main/webapp/js/services/DataService.js:62–64  ·  view source on GitHub ↗

Edit order

(order)

Source from the content-addressed store, hash-verified

60
61 /** Edit order */
62 function editOrder(order) {
63 return _request(urls.order+order.id, 'PUT', order);
64 }
65
66 /** Delete order by id */
67 function deleteOrder(id) {

Callers

nothing calls this directly

Calls 1

_requestFunction · 0.85

Tested by

no test coverage detected