worldpay 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5493111e7e157c71ff62c906747916c6d4093a60
4
- data.tar.gz: c49dfc42db26301fc95283ae82fb1a14d1196372
3
+ metadata.gz: 1c667291c708489ce7c0e5c7eaf110120c2463a5
4
+ data.tar.gz: 40a235094c4840cb23d48e37a5882e4318e094e3
5
5
  SHA512:
6
- metadata.gz: bd74609a5e93a456ed3d9435e04e428ffd46e66652d180c5e3a93e9eba8c61a0e6b8b786dd176a18858566ff028513ccb409f7dcd7b4578c6603e55952c309d2
7
- data.tar.gz: 8c63e5a145662b8c91639e9a5665f0559df18e5a60851a57a0e1de4b1fc2428ab1f24c543c28e1eea51fddd7ed53f633bc7d682e00dea8ed6c3d6868354ae49e
6
+ metadata.gz: 6c8a6c40783e26fc00e6e489ee5e7d5a91ed653d0b84fac8076765d13522afb1eb7c314a12ee4516b7df0cb5b2d6bfb07e8f659a57656f3a2bc212ba438e6e9c
7
+ data.tar.gz: 4c845add987be598605eb542940f784623534716be52a60e6f9a959f7df5aa92f7e3b36981ef31bcf9e4a1d4fe2019926e9a3a7389786506a60d0968b0ee89fe
@@ -221,7 +221,7 @@ class Worldpay
221
221
 
222
222
  end
223
223
 
224
- def authorise3DSOrder(orderCode, responseCode, threeDsInfo)
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 captureAuthorisedOrder(orderCode=false, amount=false)
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 cancelAuthorisedOrder(orderCode=false)
259
+ def cancelAuthorizedOrder(orderCode=false)
260
260
  if (orderCode || orderCode.is_a?(String))
261
261
  #
262
262
  else
Binary file
@@ -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.1"
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.1
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-07 00:00:00.000000000 Z
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: