# frozen_string_literal: true module TranslationCms module Api module Customers module Discounts class Base < TranslationCms::Api::Base custom_scope! 'customers/discounts' end end end end end