Mm 50735 (#22626)
* add shipping address to self hosted signup model * purchase modals allow scroll * fix z-index issues with payment modal dropdowns
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
379dbb1ca8
Коммит
9105077ee1
@@ -21,10 +21,11 @@ type BootstrapSelfHostedSignupResponseInternal struct {
|
||||
|
||||
// email contained in token, so not in the request body.
|
||||
type SelfHostedCustomerForm struct {
|
||||
FirstName string `json:"first_name"`
|
||||
LastName string `json:"last_name"`
|
||||
BillingAddress *Address `json:"billing_address"`
|
||||
Organization string `json:"organization"`
|
||||
FirstName string `json:"first_name"`
|
||||
LastName string `json:"last_name"`
|
||||
BillingAddress *Address `json:"billing_address"`
|
||||
ShippingAddress *Address `json:"shipping_address"`
|
||||
Organization string `json:"organization"`
|
||||
}
|
||||
|
||||
type SelfHostedConfirmPaymentMethodRequest struct {
|
||||
|
||||
Ссылка в новой задаче
Block a user