Sha256: c3bf3c12b62fe52beca408b2f3c7546ccad12c160873c39b614b5f40bbb8e4c7
Contents?: true
Size: 222 Bytes
Versions: 3
Compression:
Stored size: 222 Bytes
Contents
I18n.locale = 'pt-BR' PagSeguro.configure do |config| config.email = ENV.fetch('PAGSEGURO_EMAIL') config.token = ENV.fetch('PAGSEGURO_TOKEN') config.environment = Rails.env.production? ? :production : :sandbox end
Version data entries
3 entries across 3 versions & 1 rubygems