Skip to content

Commit

Permalink
add missing docs of store payment method criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Mar 5, 2023
1 parent 07d95c6 commit 87ccae0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BTCPayServer/wwwroot/swagger/v1/swagger.template.stores.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,14 @@
"type": "string",
"example": "BTC",
"description": "The default payment method to load when displaying an invoice. It can be in the format of `BTC_LightningNetwork` to specify Lightning to be the default or `BTC_OnChain`/ `BTC` for on-chain to be the default. "
},
"paymentMethodCriteria": {
"type": "array",
"nullable": true,
"items": {
"$ref": "#/components/schemas/PaymentMethodCriteriaData"
},
"description": "The criteria required to activate specific payment methods."
}
}
},
Expand Down

0 comments on commit 87ccae0

Please sign in to comment.