Add transaction API, untested.

This commit is contained in:
James Cole
2021-03-06 20:05:17 +01:00
parent a8a1eca89e
commit 93a31337fc
2 changed files with 28 additions and 19 deletions

View File

@@ -138,7 +138,7 @@ class ShowController extends Controller
* @return JsonResponse
* @codeCoverageIgnore
*/
public function showByJournal(TransactionJournal $transactionJournal): JsonResponse
public function showJournal(TransactionJournal $transactionJournal): JsonResponse
{
return $this->show($transactionJournal->transactionGroup);
}