qiwi-pay 0.1.1 → 0.1.3

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
  SHA256:
3
- metadata.gz: e92f908e1718fc717f78be6507cd0da5401fc314b60ab8f5d1106c8f952537f7
4
- data.tar.gz: 3fdd3ee34bf0578185c8ef3bd946655c5550303c38ea014feb47f4cbf7a273e2
3
+ metadata.gz: 60c8f5c5412bc5d4a2776452ab32ff441e67df9636f4fa29c4074e8eb53b461f
4
+ data.tar.gz: ad3a7a8e6bc95720adc3753b13b9dcd113cda324beacebcdd5a5515115001ba3
5
5
  SHA512:
6
- metadata.gz: a2c37ad0df653f1c9e8b889bf5a9ae2308c734b005def2b5aa48f250d8084c02a18b202aec872e2eef1fe29536bceecd0eb4bf44f248c59bc2d2309407525047
7
- data.tar.gz: 2778e9b7a249669b81a69feb0f75b328ca5e3268506964e5bb17f45ab421ee160620a5f3c3b63f7c271d607395e504695e20764b509ad305e572d919bc0821ba
6
+ metadata.gz: fb2968fd93dea9c3dbe1a84e48e36b2ec71febdf055b0356c9fd9dedc6fa69b90231dcd6ea779df2793eebf58d5773999d0f8caf0fae9c41c5935fdbda3d9b9c
7
+ data.tar.gz: c1ef2a442318ae89abb25eeba918074ddf3fc941a9b5e2bf9810bacce78d80b5d564ab36d10c4322147d3a8541b17693fc8042cb9e1b175c6c44de42b8720a0e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- qiwi-pay (0.1.1)
4
+ qiwi-pay (0.1.3)
5
5
  rest-client (>= 1.8.0, < 2.1)
6
6
 
7
7
  GEM
@@ -59,12 +59,16 @@ module QiwiPay
59
59
  8061 => 'Currency mismatch',
60
60
  8151 => 'Authentification failed',
61
61
  8152 => 'Transaction rejected by security service',
62
+ 8160 => 'Transaction rejected: try again',
62
63
  8161 => 'Transaction rejected: try again',
63
64
  8162 => 'Transaction rejected: try again',
64
65
  8163 => 'Transaction rejected: contact QIWI support',
65
66
  8164 => 'Transaction rejected: not enought funds, contact card issuer',
66
67
  8165 => 'Transaction rejected: wrong payment details',
67
- 8168 => 'Transaction rejected: prohibited, contact card issuer'
68
+ 8166 => 'Transaction rejected: wrong card details',
69
+ 8167 => 'Transaction rejected: wrong card details',
70
+ 8168 => 'Transaction rejected: prohibited, contact card issuer',
71
+ 8169 => 'Transaction rejected: not enought funds'
68
72
  }.freeze
69
73
 
70
74
  # Transaction status description
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module QiwiPay
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qiwi-pay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Klimenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-24 00:00:00.000000000 Z
11
+ date: 2018-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client