Skip to content

Commit

Permalink
feature/Allow can_get_counterparty in case of VRP consent request
Browse files Browse the repository at this point in the history
  • Loading branch information
constantine2nd committed Sep 4, 2024
1 parent 6220afd commit 029f10f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion obp-api/src/main/scala/code/api/v5_0_0/APIMethods500.scala
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,8 @@ trait APIMethods500 {

val vrpViewId = s"_VRP-${UUID.randomUUID.toString}".dropRight(5)// to make sure the length of the viewId is 36.
val targetPermissions = List(//may need getTransactionRequest .. so far only this payments.
"can_add_transaction_request_to_beneficiary"
"can_add_transaction_request_to_beneficiary",
"can_get_counterparty"
)

val targetCreateCustomViewJson = CreateCustomViewJson(
Expand Down

0 comments on commit 029f10f

Please sign in to comment.