feat: add auto-reply on payment (#82)
This commit is contained in:
parent
d26ff891ce
commit
1a3fc62106
3 changed files with 70 additions and 28 deletions
|
|
@ -218,6 +218,8 @@ class Stall(PartialStall, Nostrable):
|
|||
class ProductConfig(BaseModel):
|
||||
description: Optional[str]
|
||||
currency: Optional[str]
|
||||
use_autoreply: Optional[bool] = False
|
||||
autoreply_message: Optional[str]
|
||||
|
||||
|
||||
class PartialProduct(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue