Skip to content

Commit

Permalink
Remove temp things to now support fixed vies package version
Browse files Browse the repository at this point in the history
(cherry picked from commit b92ff0c)
  • Loading branch information
lruozzi9 committed Jul 8, 2024
1 parent dbf4c04 commit 8fdaa57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 62 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"dragonbe/vies": "^2.3.2",
"sandwich/vies-bundle": "^2.1",
"sylius/sylius": "^1.12.9",
"sylius/mailer-bundle": "^1.8 || ^2.0",
Expand Down
4 changes: 0 additions & 4 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,5 @@
<argument>%app.taxation.eu_zone_code%</argument>
<tag name="sylius.taxation.calculation_strategy" type="italian_tax_calculation_strategy" label="Italian tax calculation" />
</service>

<service id="app.validator.constraint.vat_number_validator" class="Webgriffe\SyliusItalianInvoiceableOrderPlugin\Validator\Constraints\VatNumberValidator" decorates="sandwich_vies.validator.constraint.vat_number_validator">
<argument type="service" id="sandwich_vies.vies_api"/>
</service>
</services>
</container>
58 changes: 0 additions & 58 deletions src/Validator/Constraints/VatNumberValidator.php

This file was deleted.

0 comments on commit 8fdaa57

Please sign in to comment.