| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 11 | public function load(array $configs, ContainerBuilder $container)  | 
            ||
| 12 |     { | 
            ||
| 13 | $configuration = new Configuration();  | 
            ||
| 14 | $config = $this->processConfiguration($configuration, $configs);  | 
            ||
| 15 | |||
| 16 |         $container->setParameter('loevgaard_dandomain_altapay.altapay_username', $config['altapay_username']); | 
            ||
| 17 |         $container->setParameter('loevgaard_dandomain_altapay.altapay_password', $config['altapay_password']); | 
            ||
| 18 | |||
| 19 | $loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));  | 
            ||
| 20 |         $loader->load('services.yml'); | 
            ||
| 21 | }  | 
            ||
| 22 | }  | 
            ||
| 23 |