Skip to content

Commit

Permalink
docfix/Add TODO: Restrict can add transacton to own/any account
Browse files Browse the repository at this point in the history
  • Loading branch information
constantine2nd committed Aug 7, 2024
1 parent c18f9ef commit 69a67db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions obp-api/src/main/scala/code/views/MapperViews.scala
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,11 @@ object MapperViews extends Views with MdcLoggable {
.canSeeOtherBankRoutingAddress_(true)
.canSeeOtherAccountRoutingScheme_(true)
.canSeeOtherAccountRoutingAddress_(true)

// TODO Allow use only for certain cases
.canAddTransactionRequestToOwnAccount_(true) //added following two for payments
.canAddTransactionRequestToAnyAccount_(true)

.canSeeAvailableViewsForBankAccount_(false)
.canSeeTransactionRequests_(false)
.canSeeTransactionRequestTypes_(false)
Expand Down

0 comments on commit 69a67db

Please sign in to comment.