/**
* @deprecated in 5.6, will be protected in 5.8
*
* Returns all available payment methods from sAdmin object
*
* @return array<array<string, mixed>> list of payment methods
*/
public function getPayments()
{
return $this->admin->sGetPaymentMeans();
}
/**
* @deprecated in 5.6, will be protected in 5.8
*
* Get current selected country - if no country is selected, choose first one from list
* of available countries
*
* @return array<string, mixed>|false
*/
public function getSelectedCountry()
{