payola-payments 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,5 +3,6 @@ FactoryGirl.define do
3
3
  email 'test@example.com'
4
4
  product
5
5
  stripe_token 'tok_test'
6
+ currency 'usd'
6
7
  end
7
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payola-payments
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Keen
@@ -186,6 +186,7 @@ files:
186
186
  - db/migrate/20141002013618_create_payola_coupons.rb
187
187
  - db/migrate/20141002013701_create_payola_affiliates.rb
188
188
  - db/migrate/20141002203725_add_stripe_customer_id_to_sale.rb
189
+ - db/migrate/20141017233304_add_currency_to_payola_sale.rb
189
190
  - lib/generators/payola/install_generator.rb
190
191
  - lib/generators/payola/templates/initializer.rb
191
192
  - lib/payola-payments.rb