コード例 #1
0
ファイル: Fee.php プロジェクト: ninoskopac/promisepay-php
 public function get($id)
 {
     PromisePay::RestClient('get', 'fees/' . $id);
     return PromisePay::getDecodedResponse('fees');
 }