mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Fix type of property cryptoCode (#3088)
This commit is contained in:
parent
40dff0381b
commit
c5dc7475a6
@ -65,7 +65,7 @@
|
||||
"description": "Whether the payment method is enabled"
|
||||
},
|
||||
"cryptoCode": {
|
||||
"type": "boolean",
|
||||
"type": "string",
|
||||
"description": "The currency code of the payment method"
|
||||
},
|
||||
"data": {
|
||||
|
Loading…
Reference in New Issue
Block a user