Skip to content

Commit

Permalink
updates plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaume-spryker committed Sep 27, 2023
1 parent 53e66a5 commit a341b2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Add the config to `src/Pyz/Zed/Oms/OmsDependencyProvider.php`:
```php
// ...

use Spryker\Zed\TaxApp\Communication\Plugin\Oms\Command\SendPaymentTaxInvoicePlugin;
use Spryker\Zed\TaxApp\Communication\Plugin\Oms\Command\SubmitPaymentTaxInvoicePlugin;

// ...

Expand All @@ -221,7 +221,7 @@ use Spryker\Zed\TaxApp\Communication\Plugin\Oms\Command\SendPaymentTaxInvoicePlu

// ...

$commandCollection->add(new SendPaymentTaxInvoicePlugin(), 'TaxApp/SubmitPaymentTaxInvoice');
$commandCollection->add(new SubmitPaymentTaxInvoicePlugin(), 'TaxApp/SubmitPaymentTaxInvoice');

// ...

Expand Down

0 comments on commit a341b2b

Please sign in to comment.