Skip to content

Commit bb688fa

Browse files
author
Michał Gryczka
committed
Merge branch 'main' of github.com:DefGuard/defguard.github.io
2 parents 1a7f5c2 + 544f95a commit bb688fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/form/DealRegistrationForm/DealRegistrationForm.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const DealRegistrationForm = ({ submit_text = "Submit" }: DealRegistrationFormPr
7676
);
7777

7878

79-
fetch("https://update-service-dev.defguard.net/api/customer/signup", {
79+
fetch("https://pkgs.defguard.net/api/customer/signup", {
8080
method: "POST",
8181
body: data,
8282
})
@@ -162,7 +162,6 @@ const DealRegistrationForm = ({ submit_text = "Submit" }: DealRegistrationFormPr
162162
<option value="" disabled>Select a plan</option>
163163
<option value="Team">Team</option>
164164
<option value="Business">Business</option>
165-
<option value="Enterprise">Enterprise</option>
166165
</select>
167166
</label>
168167
<label htmlFor="billed_to">

0 commit comments

Comments
 (0)