feat: phone regex fix
This commit is contained in:
2
external/billing/schemas.py
vendored
2
external/billing/schemas.py
vendored
@@ -62,7 +62,7 @@ class NotifyReceivedBillRequestSchema(BaseSchema):
|
|||||||
|
|
||||||
class CreateBillingResponseSchema(BaseSchema):
|
class CreateBillingResponseSchema(BaseSchema):
|
||||||
ok: bool
|
ok: bool
|
||||||
message:Optional[str]
|
message:Optional[str] = None
|
||||||
|
|
||||||
class NotifyReceivedBillResponseSchema(BaseSchema):
|
class NotifyReceivedBillResponseSchema(BaseSchema):
|
||||||
ok: bool
|
ok: bool
|
||||||
|
|||||||
Reference in New Issue
Block a user