worldpay 1.2.1 → 1.2.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.
- checksums.yaml +4 -4
- data/lib/worldpay.rb +3 -3
- data/worldpay-1.2.1.gem +0 -0
- data/worldpay.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c667291c708489ce7c0e5c7eaf110120c2463a5
|
|
4
|
+
data.tar.gz: 40a235094c4840cb23d48e37a5882e4318e094e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c8a6c40783e26fc00e6e489ee5e7d5a91ed653d0b84fac8076765d13522afb1eb7c314a12ee4516b7df0cb5b2d6bfb07e8f659a57656f3a2bc212ba438e6e9c
|
|
7
|
+
data.tar.gz: 4c845add987be598605eb542940f784623534716be52a60e6f9a959f7df5aa92f7e3b36981ef31bcf9e4a1d4fe2019926e9a3a7389786506a60d0968b0ee89fe
|
data/lib/worldpay.rb
CHANGED
|
@@ -221,7 +221,7 @@ class Worldpay
|
|
|
221
221
|
|
|
222
222
|
end
|
|
223
223
|
|
|
224
|
-
def
|
|
224
|
+
def authorize3DSOrder(orderCode, responseCode, threeDsInfo)
|
|
225
225
|
request = {
|
|
226
226
|
'threeDSResponseCode' => responseCode,
|
|
227
227
|
'shopperSessionId' => threeDsInfo['shopperSessionId'],
|
|
@@ -241,7 +241,7 @@ class Worldpay
|
|
|
241
241
|
end
|
|
242
242
|
|
|
243
243
|
#Capture Authorized Worldpay Order
|
|
244
|
-
def
|
|
244
|
+
def captureAuthorizedOrder(orderCode=false, amount=false)
|
|
245
245
|
if (orderCode || orderCode.is_a?(String))
|
|
246
246
|
#
|
|
247
247
|
else
|
|
@@ -256,7 +256,7 @@ class Worldpay
|
|
|
256
256
|
end
|
|
257
257
|
|
|
258
258
|
#Cancel Authorized Worldpay Order
|
|
259
|
-
def
|
|
259
|
+
def cancelAuthorizedOrder(orderCode=false)
|
|
260
260
|
if (orderCode || orderCode.is_a?(String))
|
|
261
261
|
#
|
|
262
262
|
else
|
data/worldpay-1.2.1.gem
ADDED
|
Binary file
|
data/worldpay.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $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.2.
|
|
7
|
+
spec.version = "1.2.2"
|
|
8
8
|
spec.authors = ["Andrew Odendaal, Paul Beckford"]
|
|
9
9
|
spec.email = ["andrew.odendaal@worldpay.com"]
|
|
10
10
|
spec.summary = %q{online.worldpay.com ruby lib.}
|
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.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Odendaal, Paul Beckford
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- worldpay-1.0.7.gem
|
|
69
69
|
- worldpay-1.1.0.gem
|
|
70
70
|
- worldpay-1.2.0.gem
|
|
71
|
+
- worldpay-1.2.1.gem
|
|
71
72
|
- worldpay.gemspec
|
|
72
73
|
homepage: https://online.worldpay.com
|
|
73
74
|
licenses:
|