Get company name from inside payment module

Is there a way to get the company name/store name from within a payment module?



This is to allow the company name to be used as one of the params to a payment processor.



(By company name, I mean the company that is operating the cs cart store, not any company that might be associated with the person placing the order. The one that would be set in the admin system under 'settings','company')

You should be able to use:


Registry::get('settings.Company.company_name')