activemerchant-payway 0.0.1 → 0.0.2
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.
- data/VERSION +1 -1
- data/activemerchant-payway.gemspec +2 -2
- data/lib/active_merchant/billing/gateways/pay_way.rb +1 -1
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{activemerchant-payway}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Matt Lambie", "Dan Galipo", "Dirk Kelly"]
|
|
12
|
-
s.date = %q{2010-12-
|
|
12
|
+
s.date = %q{2010-12-20}
|
|
13
13
|
s.description = %q{ActiveMerchant PayWay Plugin}
|
|
14
14
|
s.email = %q{dk@dirkkelly.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -40,7 +40,7 @@ module ActiveMerchant
|
|
|
40
40
|
'Q3' => 'Payment Gateway Connection Error',
|
|
41
41
|
'Q4' => 'Payment Gateway Unavailable',
|
|
42
42
|
'Q5' => 'Invalid Transaction',
|
|
43
|
-
'Q6' => 'Duplicate Transaction
|
|
43
|
+
'Q6' => 'Duplicate Transaction - requery to determine status',
|
|
44
44
|
'QA' => 'Invalid parameters or Initialisation failed',
|
|
45
45
|
'QB' => 'Order type not currently supported',
|
|
46
46
|
'QC' => 'Invalid Order Type',
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activemerchant-payway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Matt Lambie
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2010-12-
|
|
20
|
+
date: 2010-12-20 00:00:00 +08:00
|
|
21
21
|
default_executable:
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|