cqpCow hace 1 año
padre
commit
4193b87382
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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());