Skip to content
Snippets Groups Projects
Commit 803484fc authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

api compatibility

parent 470f04a9
Branches
Tags
1 merge request!2676Master
Pipeline #4256 passed with stage
in 36 minutes and 48 seconds
......@@ -189,17 +189,17 @@ abstract class Class_WebService_SIGB_AbstractService {
}
public function placeConsultationRequest() {
public function placeConsultationRequest($id, $barcode, $service_point, $borrower_id) {
return [];
}
public function cancelConsultationRequest() {
public function cancelConsultationRequest($borrower_id, $request_id) {
return [];
}
public function getConsultationRequests() {
public function getConsultationRequests($borrower_id) {
return [];
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment