feat: add payment module
This commit is contained in:
16
.bruno/Payment/beneficiary/list.bru
Normal file
16
.bruno/Payment/beneficiary/list.bru
Normal file
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: List
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{url}}/payment/beneficiaries
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user