static function (ContainerInterface $container): AssetGetter { $factory = $container->get('assets.asset_getter_factory'); assert($factory instanceof AssetGetterFactory); return $factory->for_module('ppcp-paylater-block'); }, 'paylater-block.renderer' => static function (): PayLaterBlockRenderer { return new PayLaterBlockRenderer(); });