Skip to content

Commit

Permalink
Add VAT check in register page (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Nov 4, 2024
1 parent 87fb396 commit 289f0b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/account/partials/register-account.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class="grid gap-5 sm:grid-cols-2"
label="Vat ID"
type="text"
v-model="variables.taxvat"
v-on:change="window.app.$emit('vat-change', $event)"
required
/>
</div>
Expand All @@ -99,4 +100,4 @@ class="grid gap-5 sm:grid-cols-2"
<x-rapidez-ct::newsletter v-model="variables.is_subscribed"/>
</x-rapidez-ct::sections>
</graphql-mutation>
</graphql-mutation>
</graphql-mutation>

0 comments on commit 289f0b8

Please sign in to comment.