Sha256: bc2426f3c597dbee2a426829097a35d10ac509032715b03250ef143c6d5ce0fc

Contents?: true

Size: 581 Bytes

Versions: 1

Compression:

Stored size: 581 Bytes

Contents

# frozen_string_literal: true

require 'anyway'
require 'net/http'

module Atol
  class Config < Anyway::Config
    attr_config :login,
                :password,
                :inn,
                :group_code,
                :payment_address,
                :default_sno,
                :default_tax,
                :callback_url,
                :company_email,
                req_tries_number: 3,
                default_payment_type: 1,
                http_client: Net::HTTP,
                api_url: "https://online.atol.ru/possystem/#{Atol::Version::API}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
atol-0.6 lib/atol/config.rb