add missing docs of store payment method criteria

This commit is contained in:
Kukks 2023-03-05 14:40:18 +01:00
parent 07d95c6ed7
commit 87ccae0d90
No known key found for this signature in database
GPG Key ID: 8E5530D9D1C93097

View File

@ -451,6 +451,14 @@
"type": "string", "type": "string",
"example": "BTC", "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. " "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."
} }
} }
}, },