spree_zone_pricing 0.1.48 → 0.1.49

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/app/models/currency_price.rb +4 -4
  2. metadata +1 -1
@@ -5,10 +5,10 @@ class CurrencyPrice < ActiveRecord::Base
5
5
 
6
6
  def self.currency_types
7
7
  [
8
- ["USD"],
9
- ["GBP"],
10
- ["CHF"],
11
- ["EUR"]
8
+ "USD",
9
+ "GBP",
10
+ "CHF",
11
+ "EUR"
12
12
  ]
13
13
  end
14
14
 
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.48
4
+ version: 0.1.49
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: