コード例 #1
0
ファイル: Payments.php プロジェクト: jkinner/ringside
 public function deletePlan($planId)
 {
     return Api_Dao_Payments::deletePlan($planId);
 }