File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ default: N/A
211211> Necessary only for paybutton client to interact with sideshift through the server.
212212
213213#### proSettings
214- "": {
215214```
216215type: {
217216 enabled: boolean,
@@ -272,30 +271,30 @@ default: "ecash:qrf4zh4vgrdal8d8gu905d90w5u2y60djcd2d5h6un"
272271##### proSettings.standardDailyEmailLimit
273272```
274273type: number | "Inf"
275- default: true
274+ default: 5
276275```
277276> How many emails can a standard user send daily.
278277
279278##### proSettings.proDailyEmailLimit
280279```
281280type: number | "Inf"
282- default: true
281+ default: 20
283282```
284283> How many emails can a PayButton Pro user send daily.
285284
286285##### proSettings.standardAddressesPerButtonLimit
287286```
288287type: number | "Inf"
289- default: true
288+ default: 5
290289```
291290> How many addresses can a standard Pro user add for a single button.
292291
293292##### proSettings.proAddressesPerButtonLimit
294293```
295294type: number | "Inf"
296- default: true
295+ default: "Inf"
297296```
298- > How many addresses can a PayButton Pro user add for a single button
297+ > How many addresses can a PayButton Pro user add for a single button.
299298
300299---
301300
You can’t perform that action at this time.
0 commit comments