Skip to content

Commit

Permalink
fix: save company name(s) at address after b2b customer registration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber authored Jun 5, 2023
1 parent eba8273 commit 4d81e6b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ export class RegistrationFormConfigurationService {
lastName: formValue.lastName,
...formValue.address,
phoneHome: formValue.phoneHome,
companyName1: formValue.companyName1,
companyName2: formValue.companyName2,
};

if (registrationConfig.sso && registrationConfig.userId) {
Expand Down

0 comments on commit 4d81e6b

Please sign in to comment.