/**
 * Get the single instance of YITH_Vendors_Gateway_Panel class
 *
 *
 * @return \YITH_Vendors_Gateway Single instance of the class
 * @since  1.0
 * @author Antonio La Rocca <*****@*****.**>
 */
function YITH_Vendors_Gateway($gateway)
{
    return YITH_Vendors_Gateway::get_instance($gateway);
}