12 lines
335 B
YAML
12 lines
335 B
YAML
|
|
services:
|
||
|
|
_defaults:
|
||
|
|
public: true
|
||
|
|
|
||
|
|
PsCheckout\Infrastructure\Repository\ShopRepository:
|
||
|
|
class: PsCheckout\Infrastructure\Repository\ShopRepository
|
||
|
|
|
||
|
|
PsCheckout\Infrastructure\Repository\PaymentTokenRepository:
|
||
|
|
class: PsCheckout\Infrastructure\Repository\PaymentTokenRepository
|
||
|
|
arguments:
|
||
|
|
- '@ps_checkout.db'
|