module Payment module Manager module Config class << self attr_accessor :client_id attr_accessor :client_secret attr_accessor :api_url end end end end