nimbleshop_splitable 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -8,4 +8,4 @@ Documentation is available at [http://nimbleshop.org/](http://nimbleshop.org) .
8
8
 
9
9
  # License
10
10
 
11
- nimbleshop_splitable uses [MIT license](http://www.opensource.org/licenses/mit-license.php) .
11
+ This gem uses [MIT license](http://www.opensource.org/licenses/mit-license.php) .
@@ -5,11 +5,11 @@ module NimbleshopSplitable
5
5
  image_tag "engines/nimbleshop_splitable/splitable_small.png", {alt: 'splitable icon'}.merge(options)
6
6
  end
7
7
 
8
- def nimbleshop_splitable_big_image(options = {})
9
- image_tag "engines/nimbleshop_splitable/splitable_big.png", { alt: 'splitable logo' }.merge(options)
8
+ def nimbleshop_splitable_picture_on_admin_payment_methods
9
+ image_tag "engines/nimbleshop_splitable/splitable_big.png", { alt: 'splitable logo' }
10
10
  end
11
11
 
12
- def nimbleshop_splitable_image()
12
+ def nimbleshop_splitable_image
13
13
  image_tag "engines/nimbleshop_splitable/splitable.png", alt: 'splitable logo'
14
14
  end
15
15
 
@@ -13,12 +13,11 @@
13
13
  <% end %>
14
14
  </div>
15
15
 
16
- <%= nimbleshop_splitable_big_image %>
16
+ <%= nimbleshop_splitable_picture_on_admin_payment_methods %>
17
17
 
18
18
  <div class='clear'></div>
19
19
  </div>
20
20
 
21
-
22
21
  <%= render partial: '/nimbleshop_splitable/splitables/form' %>
23
22
 
24
23
  </div>
@@ -27,9 +26,9 @@
27
26
  $(function(){
28
27
 
29
28
  $('#nimbleshop-splitable-payment-method-edit').toggle(function(){
30
- $('#nimbleshop-splitable-form-well').show();
29
+ $('#nimbleshop-splitable-form-well').show();
31
30
  }, function(){
32
- $('#nimbleshop-splitable-form-well').hide();
31
+ $('#nimbleshop-splitable-form-well').hide();
33
32
  });
34
33
 
35
34
  })
@@ -60,7 +60,6 @@ module Processor
60
60
  options = callback_params(@order)
61
61
  processor = NimbleshopSplitable::Processor.new(invoice: options[:invoice])
62
62
 
63
-
64
63
  processor.acknowledge(options)
65
64
  transaction = @order.payment_transactions.last
66
65
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nimbleshop_splitable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-08-10 00:00:00.000000000 Z
13
+ date: 2012-08-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activemerchant
@@ -74,7 +74,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
74
  version: '0'
75
75
  segments:
76
76
  - 0
77
- hash: -1144356076095736522
77
+ hash: -4254633778659527015
78
78
  required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  none: false
80
80
  requirements:
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  version: '0'
84
84
  segments:
85
85
  - 0
86
- hash: -1144356076095736522
86
+ hash: -4254633778659527015
87
87
  requirements: []
88
88
  rubyforge_project:
89
89
  rubygems_version: 1.8.24