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
  • Loading branch information
lruozzi9 committed Jul 8, 2024
1 parent cd4ac05 commit b92ff0c
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.1",
"dragonbe/vies": "^2.3.2",
"sandwich/vies-bundle": "^2.1",
"sylius/sylius": "^1.12",
"symfony/webpack-encore-bundle": "^1.15",
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 b92ff0c

Please sign in to comment.