spree_zone_pricing 0.1.86 → 0.1.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  <!-- insert_top '#search-bar' -->
2
2
  <% @zone_members = Spree::ZoneMember.find_all_by_zoneable_type("Spree::Country") %>
3
3
  <% country_selected = session[:store_country] %>
4
- <form id="country_selector" method="get">
5
- <select id="store_country" onchange="$('#country_selector').submit();">
4
+ <form id="country_selector" method="post">
5
+ <select id="store_country" name="store_country" onchange="$('#country_selector').submit();">
6
6
  <% @zone_members.each do |zone_member| %>
7
7
  <% country = Spree::Country.find(zone_member.zoneable_id) %>
8
8
  <option value="<%= country.iso %>"<% if country.iso == country_selected %> selected<% end %>><%= country.name %></option>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_zone_pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.86
4
+ version: 0.1.87
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: