nimbleshop_authorizedotnet 0.0.2 → 0.0.3

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.
@@ -15,6 +15,12 @@ module NimbleshopAuthorizedotnet
15
15
  self.ssl == 'enabled'
16
16
  end
17
17
 
18
+ def kapture!(order)
19
+ processor = NimbleshopAuthorizedotnet::Processor.new(order)
20
+ processor.kapture
21
+ order.kapture!
22
+ end
23
+
18
24
  private
19
25
 
20
26
  def set_mode
@@ -65,7 +65,7 @@ module NimbleshopAuthorizedotnet
65
65
  end
66
66
  end
67
67
 
68
- def do_capture(options = {})
68
+ def do_kapture(options = {})
69
69
  options.symbolize_keys!
70
70
  options.assert_valid_keys(:transaction_gid)
71
71
  tsx_id = options[:transaction_gid]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nimbleshop_authorizedotnet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - '='
36
36
  - !ruby/object:Gem::Version
37
- version: 0.0.2
37
+ version: 0.0.3
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - '='
44
44
  - !ruby/object:Gem::Version
45
- version: 0.0.2
45
+ version: 0.0.3
46
46
  description: Provides Authorize.net support to nimbleShop
47
47
  email:
48
48
  - neeraj@BigBinary.com
@@ -88,7 +88,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  segments:
90
90
  - 0
91
- hash: -106946331501822283
91
+ hash: -4490084150820769704
92
92
  required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  none: false
94
94
  requirements:
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  segments:
99
99
  - 0
100
- hash: -106946331501822283
100
+ hash: -4490084150820769704
101
101
  requirements: []
102
102
  rubyforge_project:
103
103
  rubygems_version: 1.8.24