| 1 | <?php |
||
| 13 | class SofortToggleServiceProvider implements ServiceProviderInterface, BootableProviderInterface { |
||
| 14 | |||
| 15 | private const QUERY_PARAM_NAME = 'pmt'; |
||
| 16 | |||
| 17 | private $paymentTypesSettings; |
||
| 18 | |||
| 19 | public function __construct( PaymentTypesSettings $paymentTypesSettings ) { |
||
| 22 | |||
| 23 | public function register( Container $app ): void { |
||
| 25 | |||
| 26 | public function boot( Application $app ): void { |
||
| 33 | } |
||
| 34 |