mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
parent
0f7c0341c5
commit
0a51031334
@ -1226,9 +1226,10 @@
|
||||
"type": "number",
|
||||
"format": "double",
|
||||
"nullable": true,
|
||||
"minimum": 0,
|
||||
"maximum": 100,
|
||||
"description": "A percentage determining whether to count the invoice as paid when the invoice is paid within the specified margin of error. Defaults to the store's settings. (The default store settings is 100)"
|
||||
"minimum": 0.0,
|
||||
"maximum": 100.0,
|
||||
"default": 0.0,
|
||||
"description": "A percentage determining whether to count the invoice as paid when the invoice is paid within the specified margin of error. Defaults to the store's settings. (The default store settings is 0)"
|
||||
},
|
||||
"redirectURL": {
|
||||
"type": "string",
|
||||
|
Loading…
Reference in New Issue
Block a user