lib/fintecture/utils/constants.rb in fintecture-0.3.1 vs lib/fintecture/utils/constants.rb in fintecture-0.4.0

- old
+ new

@@ -1,11 +1,11 @@ -# frozen_string_literal: true - -module Fintecture - module Utils - module Constants - SIGNEDHEADERPARAMETERLIST = %w[(request-target) Date Digest X-Request-ID].freeze - PSU_TYPES = %w[retail corporate all].freeze - SCOPES = %w[pis ais].freeze - end - end -end +# frozen_string_literal: true + +module Fintecture + module Utils + module Constants + SIGNEDHEADERPARAMETERLIST = %w[(request-target) Date Digest X-Request-ID].freeze + PSU_TYPES = %w[retail corporate all].freeze + SCOPES = %w[pis ais].freeze + end + end +end