summaryrefslogtreecommitdiff
path: root/app/views/spree/admin/taxjar_settings/show.html.erb
blob: c66e646dc0383d1ae43fdabd7badf0b4af596591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<%= render 'spree/admin/shared/taxes_tabs' %>

<% content_for :page_title do %>
  <%= "Taxjar Settings" %>
<% end %>

<% if ENV["TAXJAR_API_KEY"] %>
  <table>
  </table>
<% else %>
  <p>You must provide a TaxJar API token to configure the extension. Please see the extension readme for details.</p>
<% end %>