Exemplo n.º 1
0
 public function get($id)
 {
     PromisePay::RestClient('get', 'fees/' . $id);
     return PromisePay::getDecodedResponse('fees');
 }