Skip to content

Commit

Permalink
Merge pull request #352 from TheMilek/minor-services-fixes
Browse files Browse the repository at this point in the history
Minor services fixes
  • Loading branch information
GSadee authored Nov 27, 2024
2 parents 5b09e13 + 545d1d5 commit 3a3a0a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
| sylius_invoicing_plugin.converter.order_item_units_to_line_items | sylius_invoicing.converter.order_item_units_to_line_items |
| sylius_invoicing_plugin.converter.shipping_adjustments_to_line_items | sylius_invoicing.converter.shipping_adjustments_to_line_items |
| sylius_invoicing_plugin.converter.tax_items | sylius_invoicing.converter.tax_items |
| sylius_invoicing_plugin.fixture.example_factory.invoicing_plugin_shop_billing_data | sylius_invoicing.fixture.example_factory.invoicing_plugin_shop_billing_data |
| sylius_invoicing_plugin.fixture.example_factory.invoicing_plugin_shop_billing_data | sylius_invoicing.fixture.example_factory.shop_billing_data |
| sylius_invoicing_plugin.fixture.shop_billing_data_fixture | sylius_invoicing.fixture.shop_billing_data |
| Sylius\InvoicingPlugin\Fixture\Listener\InvoicesPurgerListener | sylius_invoicing.fixture.listener.invoices_purger |
| Sylius\InvoicingPlugin\Provider\InvoiceFileProviderInterface | sylius_invoicing.provider.invoice_file |
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions config/services/fixtures.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"
>
<services>
<service id="sylius_invoicing.fixture.example_factory.invoicing_plugin_shop_billing_data" class="Sylius\InvoicingPlugin\Fixture\Factory\ShopBillingDataExampleFactory">
<service id="sylius_invoicing.fixture.example_factory.shop_billing_data" class="Sylius\InvoicingPlugin\Fixture\Factory\ShopBillingDataExampleFactory">
<argument id="sylius.repository.channel" type="service"/>
<argument id="sylius.factory.shop_billing_data" type="service"/>
</service>

<service id="sylius_invoicing.fixture.shop_billing_data" class="Sylius\InvoicingPlugin\Fixture\ShopBillingDataFixture">
<argument id="sylius.manager.channel" type="service"/>
<argument id="sylius_invoicing.fixture.example_factory.invoicing_plugin_shop_billing_data" type="service"/>
<argument id="sylius_invoicing.fixture.example_factory.shop_billing_data" type="service"/>
<tag name="sylius_fixtures.fixture"/>
</service>

Expand Down

0 comments on commit 3a3a0a6

Please sign in to comment.