cqpCow 1 год назад
Родитель
Сommit
4193b87382
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/Api/PaymentReceiptController.php

+ 1 - 1
app/Http/Controllers/Api/PaymentReceiptController.php

@@ -71,7 +71,7 @@ class PaymentReceiptController extends BaseController
         }
     }
 
-    public function customerDetail(Request $request)
+    public function paymentReceiptDetail(Request $request)
     {
         $service = new PaymentReceiptService();
         list($status,$data) = $service->customerDetail($request->all());