mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-31 04:34:26 +01:00
Swagger: Added explanation for empty currency field in Create Payment Request (#3285)
* Swagger: Added explanation for empty currency field in Create Payment Request * Added nullable true
This commit is contained in:
@@ -326,8 +326,8 @@
|
||||
"currency": {
|
||||
"type": "string",
|
||||
"format": "ISO 4217 Currency code(BTC, EUR, USD, etc)",
|
||||
"description": "The currency of the payment request",
|
||||
"nullable": false
|
||||
"description": "The currency of the payment request. If empty, the store's default currency code will be used.",
|
||||
"nullable": true
|
||||
},
|
||||
"email": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user