fixed transaction test for updating and deleting

This commit is contained in:
Finn 2018-03-20 18:54:55 +00:00
parent 49e5e91860
commit 4ff3f07f9a
2 changed files with 39 additions and 3 deletions

View file

@ -161,7 +161,7 @@ sub delete_recurring {
return $c->render( json => {
success => Mojo::JSON->true,
message => 'Recurring Transaction Delete Successfully',
message => 'Recurring Transaction Deleted Successfully',
});
}