Customer OfflinePayment finished

This commit is contained in:
Cüneyt Şentürk
2017-11-19 04:14:02 +03:00
parent 021b853127
commit b068b7f7a6
5 changed files with 20 additions and 8 deletions

View File

@ -49,6 +49,6 @@ class OfflinePayment extends Controller
{
$result = event(new InvoicePaid($invoice, $request));
return response()->json($result);
return response()->json($result[0]);
}
}