Update default value for "showCustomAmount" in Swagger docs (#4200)

This commit is contained in:
Umar Bolatov 2022-10-06 21:27:10 -07:00 committed by GitHub
parent ced63baed6
commit b48986bfd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,7 +296,7 @@
"showCustomAmount": {
"type": "boolean",
"description": "Whether to include a special item in the store which allows user to input a custom payment amount",
"default": true,
"default": false,
"nullable": true
},
"showDiscount": {