nimbleshop_authorizedotnet 0.0.13 → 0.0.14.rc1
Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module NimbleshopAuthorizedotnet
|
|
15
15
|
default_action = Shop.current.default_creditcard_action
|
16
16
|
|
17
17
|
if processor.send(default_action, creditcard: creditcard)
|
18
|
-
url =
|
18
|
+
url = main_theme.order_path order
|
19
19
|
@output = "window.location='#{url}'"
|
20
20
|
else
|
21
21
|
error = processor.errors.first
|
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nimbleshop_authorizedotnet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.14.rc1
|
5
|
+
prerelease: 7
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Neeraj Singh
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-12-
|
13
|
+
date: 2012-12-06 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: Provides Authorize.net support to nimbleShop
|
16
16
|
email:
|
@@ -70,16 +70,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
70
70
|
version: '0'
|
71
71
|
segments:
|
72
72
|
- 0
|
73
|
-
hash:
|
73
|
+
hash: -1926734272582055345
|
74
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
75
|
none: false
|
76
76
|
requirements:
|
77
|
-
- - ! '
|
77
|
+
- - ! '>'
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version:
|
80
|
-
segments:
|
81
|
-
- 0
|
82
|
-
hash: 3873522082611592663
|
79
|
+
version: 1.3.1
|
83
80
|
requirements: []
|
84
81
|
rubyforge_project:
|
85
82
|
rubygems_version: 1.8.24
|