From f9b55631fc3952c904a41ac1fe59cf78fee1ce0b Mon Sep 17 00:00:00 2001 From: Said Atrahouch Date: Mon, 24 Oct 2022 12:51:08 +0200 Subject: [PATCH] sync new name for survey --- model/cloud.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/model/cloud.go b/model/cloud.go index 88d50b6001..fd777672b4 100644 --- a/model/cloud.go +++ b/model/cloud.go @@ -107,12 +107,12 @@ type ValidateBusinessEmailResponse struct { // CloudCustomerInfo represents editable info of a customer. type CloudCustomerInfo struct { - Name string `json:"name"` - Email string `json:"email,omitempty"` - ContactFirstName string `json:"contact_first_name,omitempty"` - ContactLastName string `json:"contact_last_name,omitempty"` - NumEmployees int `json:"num_employees"` - MonthlySubscriptionIntentWireTransfer string `json:"monthly_subscription_intent_wire_transfer"` + Name string `json:"name"` + Email string `json:"email,omitempty"` + ContactFirstName string `json:"contact_first_name,omitempty"` + ContactLastName string `json:"contact_last_name,omitempty"` + NumEmployees int `json:"num_employees"` + CloudAltPaymentMethod string `json:"monthly_subscription_alt_payment_method"` } // Address model represents a customer's address.