module Exports class SalesLogExportService < Exports::XmlExportService def export_xml_sales_logs(full_update: false, collection_year: nil); end end end