Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Mar 26, 2024
1 parent 74dd295 commit f0f1f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fields/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public function fields(Request $request): array

Text::make(__('Last Name'), 'last_name'),

Text::make(__('Company'), 'copmany'),
Text::make(__('Company'), 'company'),

Text::make(__('Tax ID'), 'copmany'),
Text::make(__('Tax ID'), 'tax_id'),

Email::make(__('Email'), 'email'),

Expand Down

0 comments on commit f0f1f00

Please sign in to comment.