コード例 #1
0
ファイル: payments.php プロジェクト: hzhou9/coupon_deal
 public static function payments($categories = array())
 {
     return payments::have_invoices($categories, array('statistics' => ''));
 }