We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a7f5c2 + 544f95a commit bb688faCopy full SHA for bb688fa
src/components/form/DealRegistrationForm/DealRegistrationForm.tsx
@@ -76,7 +76,7 @@ const DealRegistrationForm = ({ submit_text = "Submit" }: DealRegistrationFormPr
76
);
77
78
79
- fetch("https://update-service-dev.defguard.net/api/customer/signup", {
+ fetch("https://pkgs.defguard.net/api/customer/signup", {
80
method: "POST",
81
body: data,
82
})
@@ -162,7 +162,6 @@ const DealRegistrationForm = ({ submit_text = "Submit" }: DealRegistrationFormPr
162
<option value="" disabled>Select a plan</option>
163
<option value="Team">Team</option>
164
<option value="Business">Business</option>
165
- <option value="Enterprise">Enterprise</option>
166
</select>
167
</label>
168
<label htmlFor="billed_to">
0 commit comments