mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
3 lines
No EOL
221 B
Ruby
3 lines
No EOL
221 B
Ruby
provider_config = { password: ENV['e_invoice_provider_password'],
|
|
test_mode: ENV['e_invoice_provider_test_mode'] == 'true' }
|
|
EInvoice.provider = EInvoice::Providers::OmnivaProvider.new(provider_config) |