Skip to content

Commit

Permalink
Fixed DI config
Browse files Browse the repository at this point in the history
  • Loading branch information
L3RAZ committed Apr 23, 2024
1 parent 38c1aed commit 0279ac1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ services:
- '@PrestaShop\Module\PrestashopCheckout\ShopContext'
- '@PrestaShop\Module\PrestashopCheckout\Context\PrestaShopContext'
- '@ps_checkout.logger'
- '@PrestaShop\Module\PrestashopCheckout\Environment\PaypalEnv'
- '@PrestaShop\Module\PrestashopCheckout\Environment\Env'

PrestaShop\Module\PrestashopCheckout\Presenter\Store\Modules\PaypalModule:
class: 'PrestaShop\Module\PrestashopCheckout\Presenter\Store\Modules\PaypalModule'
Expand Down
4 changes: 2 additions & 2 deletions config/http-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
class: 'PrestaShop\Module\PrestashopCheckout\Builder\Configuration\MaaslandHttpClientConfigurationBuilder'
public: true
arguments:
- '@PrestaShop\Module\PrestashopCheckout\Environment\PaymentEnv'
- '@PrestaShop\Module\PrestashopCheckout\Environment\Env'
- '@PrestaShop\Module\PrestashopCheckout\Routing\Router'
- '@PrestaShop\Module\PrestashopCheckout\ShopContext'
- '@PrestaShop\Module\PrestashopCheckout\Repository\PsAccountRepository'
Expand All @@ -38,7 +38,7 @@ services:
class: 'PrestaShop\Module\PrestashopCheckout\Builder\Configuration\CheckoutClientConfigurationBuilder'
public: true
arguments:
- '@PrestaShop\Module\PrestashopCheckout\Environment\PaymentEnv'
- '@PrestaShop\Module\PrestashopCheckout\Environment\Env'
- '@PrestaShop\Module\PrestashopCheckout\Routing\Router'
- '@PrestaShop\Module\PrestashopCheckout\ShopContext'
- '@PrestaShop\Module\PrestashopCheckout\Repository\PsAccountRepository'
Expand Down

0 comments on commit 0279ac1

Please sign in to comment.