Added offer and charge
This commit is contained in:
@@ -25,6 +25,16 @@
|
||||
},
|
||||
"example": "101"
|
||||
},
|
||||
{
|
||||
"name": "transaction_id",
|
||||
"in": "query",
|
||||
"description": "Filter by transaction ID",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"example": "TRX789"
|
||||
},
|
||||
{
|
||||
"name": "paid",
|
||||
"in": "query",
|
||||
|
||||
Reference in New Issue
Block a user