Ignore:
Timestamp:
04/25/12 09:04:26 (12 years ago)
Author:
niltonneto
Message:

Ticket #2507 - Corrigido problema ao retornar ID da requisição em getResponse().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/rest/core/Expresso.php

    r6019 r6022  
    108108                } 
    109109                 
     110                if($this->getId()) { 
     111                        $body['id']     = $this->getId(); 
     112                } 
     113 
    110114                $response->body = json_encode($body); 
    111115                 
Note: See TracChangeset for help on using the changeset viewer.