Module: SpreeAvataxOfficial::AvalaraIntegrationHelper

Defined in:
app/helpers/spree_avatax_official/avalara_integration_helper.rb

Instance Method Summary collapse

Instance Method Details

#avalara_endpoint_optionsObject



3
4
5
6
7
8
# File 'app/helpers/spree_avatax_official/avalara_integration_helper.rb', line 3

def avalara_endpoint_options
  [
    [::Spree.t('spree_avatax_official.endpoint_sandbox'),    ::Spree::Integrations::Avalara::SANDBOX_ENDPOINT],
    [::Spree.t('spree_avatax_official.endpoint_production'), ::Spree::Integrations::Avalara::PRODUCTION_ENDPOINT]
  ]
end