18 lines
696 B
YAML
18 lines
696 B
YAML
services:
|
|
_defaults:
|
|
public: true
|
|
|
|
PsCheckout\Infrastructure\Validator\MerchantValidator:
|
|
class: PsCheckout\Infrastructure\Validator\MerchantValidator
|
|
arguments:
|
|
- '@PsCheckout\Infrastructure\Adapter\Configuration'
|
|
- '@PsCheckout\Infrastructure\Repository\PsAccountRepository'
|
|
|
|
PsCheckout\Core\PayPal\Card3DSecure\Card3DSecureValidator:
|
|
class: PsCheckout\Core\PayPal\Card3DSecure\Card3DSecureValidator
|
|
|
|
PsCheckout\Infrastructure\Validator\PayLaterValidator:
|
|
class: PsCheckout\Infrastructure\Validator\PayLaterValidator
|
|
arguments:
|
|
- '@PsCheckout\Infrastructure\Adapter\Context'
|
|
- '@PsCheckout\Core\Settings\Configuration\PayPalConfiguration' |