fixed transaction test for updating and deleting
This commit is contained in:
parent
5faca4d792
commit
b63adc590c
2 changed files with 39 additions and 3 deletions
|
@ -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',
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue