Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
transfers: TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Dec 13, 2018
1 parent 2aa28e2 commit 250bae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transfers.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ func deleteUserTransfer(transferRepo transferRepository) http.HandlerFunc {
return
}

// TODO(adam): Check status? Only allow Pending transfers to be deleted?

id, userId := getTransferId(r), moovhttp.GetUserId(r)

// Delete from our ACH service
Expand Down

0 comments on commit 250bae8

Please sign in to comment.