Docs: Improve invoice payemnt tolerance API docs (#6383)

Fixes #6378.
This commit is contained in:
d11n 2024-11-12 01:59:17 +01:00 committed by GitHub
parent 0f7c0341c5
commit 0a51031334
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",