Skip to content

Commit

Permalink
Merge pull request #2504 from spryker/bugfix/fix-integration-guide
Browse files Browse the repository at this point in the history
Vertex: Fixed incorrect method naming for the TaxAppDependencyProvider
  • Loading branch information
lenadoc authored Feb 6, 2024
2 parents 8c7d530 + c67d564 commit 87fc01b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class TaxAppDependencyProvider extends SprykerTaxAppDependencyProvider
/**
* @return array<\Spryker\Zed\TaxAppExtension\Dependency\Plugin\CalculableObjectTaxAppExpanderPluginInterface>
*/
protected function getCalculableObjectExpanderPluginCollection(): array
protected function getCalculableObjectTaxAppExpanderPlugins(): array
{
return [
# This plugin stack is responsible for expansion of CalculableObjectTransfer based on present fields. Add your custom implemented expander plugins here following the example in `spryker/tax-app-vertex` module.
Expand All @@ -285,7 +285,7 @@ class TaxAppDependencyProvider extends SprykerTaxAppDependencyProvider
/**
* @return array<\Spryker\Zed\TaxAppExtension\Dependency\Plugin\OrderTaxAppExpanderPluginInterface>
*/
protected function getOrderExpanderPluginCollection(): array
protected function getOrderTaxAppExpanderPlugins(): array
{
return [
# This plugin stack is responsible for expansion of OrderTransfer based on present fields. Add your custom implemented expander plugins here following the example in `spryker/tax-app-vertex` module.
Expand Down

0 comments on commit 87fc01b

Please sign in to comment.