Example #1
0
 public function getpayment($id_cate)
 {
     $a = Product::getPayment($id_cate);
     return Response::json($a);
 }