worldpay 1.0.0 → 1.0.1
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.
- checksums.yaml +4 -4
- data/lib/worldpay.rb +2 -2
- data/worldpay-1.0.0.gem +0 -0
- data/worldpay.gemspec +4 -4
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2103380ff2f35d6519861daa343ab94750ad04ad
|
|
4
|
+
data.tar.gz: 5fa7b7ba4187008e2a61970ae3b6193448e29657
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ecc068153f96b633213398174bc59e685f1df86bb3813d97dd373520f5777da5e16245b770c507baf403bb47778a8805422ee95508e8eef29486958ff36b0209
|
|
7
|
+
data.tar.gz: 58565305c8ab9cd8b7790672f015b13c9a66f9b02195f44a0e04085ad60b7eca8480c76d5331ac34a5692043fe626685b1bb156cb7cdd94beb4888234bc00bee
|
data/lib/worldpay.rb
CHANGED
|
@@ -23,7 +23,7 @@ class Worldpay
|
|
|
23
23
|
@timeout = timeout
|
|
24
24
|
|
|
25
25
|
@disable_ssl = false
|
|
26
|
-
@endpoint = '
|
|
26
|
+
@endpoint = 'api.worldpay.com'
|
|
27
27
|
|
|
28
28
|
@errors = {
|
|
29
29
|
'ip' => 'Invalid parameters',
|
|
@@ -34,7 +34,7 @@ class Worldpay
|
|
|
34
34
|
'uanv' => 'Worldpay is currently unavailable, please try again later',
|
|
35
35
|
'contact' => 'Error contacting Worldpay, please try again later',
|
|
36
36
|
'ssl' => 'You must enable SSL check in production mode',
|
|
37
|
-
'verify' => 'Worldpay not
|
|
37
|
+
'verify' => 'Worldpay not verifying SSL connection',
|
|
38
38
|
'orderInput' => {
|
|
39
39
|
'token' => 'No token found',
|
|
40
40
|
'orderDescription' => 'No order_description found',
|
data/worldpay-1.0.0.gem
ADDED
|
Binary file
|
data/worldpay.gemspec
CHANGED
|
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "worldpay"
|
|
7
|
-
spec.version = "1.0.
|
|
7
|
+
spec.version = "1.0.1"
|
|
8
8
|
spec.authors = ["Andrew Odendaal"]
|
|
9
9
|
spec.email = ["andrew.odendaal@worldpay.com"]
|
|
10
|
-
spec.summary = %q{
|
|
11
|
-
spec.description = %q{
|
|
12
|
-
spec.homepage = "https://
|
|
10
|
+
spec.summary = %q{online.worldpay.com ruby lib.}
|
|
11
|
+
spec.description = %q{Official online.worldpay.com ruby library.}
|
|
12
|
+
spec.homepage = "https://online.worldpay.com"
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: worldpay
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Odendaal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description:
|
|
41
|
+
description: Official online.worldpay.com ruby library.
|
|
42
42
|
email:
|
|
43
43
|
- andrew.odendaal@worldpay.com
|
|
44
44
|
executables: []
|
|
@@ -58,8 +58,9 @@ files:
|
|
|
58
58
|
- worldpay-0.0.1.gem
|
|
59
59
|
- worldpay-0.0.2.gem
|
|
60
60
|
- worldpay-0.0.3.gem
|
|
61
|
+
- worldpay-1.0.0.gem
|
|
61
62
|
- worldpay.gemspec
|
|
62
|
-
homepage: https://
|
|
63
|
+
homepage: https://online.worldpay.com
|
|
63
64
|
licenses:
|
|
64
65
|
- MIT
|
|
65
66
|
metadata: {}
|
|
@@ -82,7 +83,7 @@ rubyforge_project:
|
|
|
82
83
|
rubygems_version: 2.2.2
|
|
83
84
|
signing_key:
|
|
84
85
|
specification_version: 4
|
|
85
|
-
summary:
|
|
86
|
+
summary: online.worldpay.com ruby lib.
|
|
86
87
|
test_files:
|
|
87
88
|
- test/test_helper.rb
|
|
88
89
|
- test/worldpay_test.rb
|