18 lines
466 B
YAML
18 lines
466 B
YAML
imports:
|
|
- { resource: ../common.yml }
|
|
- { resource: handler.yml }
|
|
- { resource: validator.yml }
|
|
- { resource: presenter.yml }
|
|
- { resource: configuration.yml }
|
|
- { resource: process.yml }
|
|
- { resource: provider.yml }
|
|
- { resource: builder.yml }
|
|
|
|
services:
|
|
_defaults:
|
|
public: true
|
|
|
|
PsCheckout\Core\PayPal\OAuth\OAuthService:
|
|
class: PsCheckout\Core\PayPal\OAuth\OAuthService
|
|
arguments:
|
|
- '@PsCheckout\Api\Http\CheckoutHttpClient' |