fixed transaction test for updating and deleting

This commit is contained in:
Finn 2018-03-20 18:54:55 +00:00
parent 5faca4d792
commit b63adc590c
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',
});
}