Добавлен CI, добавлена отправка письма о получении оплаты, добавлен order_id в success_url
Deploy / deploy (push) Failing after 10s
Deploy / deploy (push) Failing after 10s
This commit is contained in:
@@ -48,6 +48,7 @@ class Contact(_CamelModel):
|
||||
email: str | None = None
|
||||
phone: str = Field(min_length=1)
|
||||
phone_ext: str | None = None
|
||||
has_extra_phone: str | None = None
|
||||
is_company: bool
|
||||
company_name: str | None = None
|
||||
inn: str | None = None
|
||||
@@ -114,7 +115,6 @@ class SystemData(_CamelModel):
|
||||
|
||||
|
||||
class InitPaymentRequest(_CamelModel):
|
||||
order_uuid: str = Field(min_length=1)
|
||||
sender_address: Address
|
||||
sender_contact: Contact
|
||||
receiver_address: Address
|
||||
@@ -124,6 +124,8 @@ class InitPaymentRequest(_CamelModel):
|
||||
delivery_date: datetime | None = None
|
||||
account_email: EmailStr
|
||||
system_data: SystemData
|
||||
agree_privacy: bool
|
||||
agree_terms: bool
|
||||
|
||||
|
||||
class InitPaymentResponse(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user