catarse_stripe 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -6,4 +6,4 @@ test/dummy/log/*.log
6
6
  test/dummy/tmp/
7
7
  test/dummy/.sass-cache
8
8
  test/dummy/
9
- catarse_stripe-0.0.1.gem
9
+ catarse_stripe-*.gem
@@ -65,12 +65,12 @@ module CatarseStripe::Payment
65
65
  :currency => 'usd',
66
66
  :description => t('stripe_description', scope: SCOPE, :project_name => backer.project.name, :value => backer.display_value)
67
67
 
68
- {
69
- ip: request.remote_ip,
70
- return_url: payment_success_stripe_url(id: backer.id),
71
- cancel_return_url: payment_cancel_stripe_url(id: backer.id),
72
- notify_url: payment_notifications_stripe_url(id: backer.id)
73
- }
68
+ #{
69
+ #ip: request.remote_ip,
70
+ #return_url: payment_success_stripe_url(id: backer.id),
71
+ #cancel_return_url: payment_cancel_stripe_url(id: backer.id),
72
+ #notify_url: payment_notifications_stripe_url(id: backer.id)
73
+ #}
74
74
  )
75
75
 
76
76
  backer.update_attribute :payment_method, 'Stripe'
@@ -1,3 +1,3 @@
1
1
  module CatarseStripe
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catarse_stripe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: