New code for edit transaction, and some tests.

This commit is contained in:
James Cole
2019-07-19 16:08:42 +02:00
parent a42992efb0
commit 4de537ce76
10 changed files with 990 additions and 607 deletions

View File

@@ -36,6 +36,7 @@ class CreateController extends Controller
{
/**
* CreateController constructor.
* @codeCoverageIgnore
*/
public function __construct()
{
@@ -91,12 +92,4 @@ class CreateController extends Controller
'optionalFields', 'preFilled', 'allowedOpposingTypes', 'accountToTypes')
);
}
public function store(Request $request)
{
echo '<pre>';
print_r($request->all());
exit;
}
}