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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/qiwi-pay/messages_for_codes.rb +5 -1
- data/lib/qiwi-pay/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60c8f5c5412bc5d4a2776452ab32ff441e67df9636f4fa29c4074e8eb53b461f
|
4
|
+
data.tar.gz: ad3a7a8e6bc95720adc3753b13b9dcd113cda324beacebcdd5a5515115001ba3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb2968fd93dea9c3dbe1a84e48e36b2ec71febdf055b0356c9fd9dedc6fa69b90231dcd6ea779df2793eebf58d5773999d0f8caf0fae9c41c5935fdbda3d9b9c
|
7
|
+
data.tar.gz: c1ef2a442318ae89abb25eeba918074ddf3fc941a9b5e2bf9810bacce78d80b5d564ab36d10c4322147d3a8541b17693fc8042cb9e1b175c6c44de42b8720a0e
|
data/Gemfile.lock
CHANGED
@@ -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
|
-
|
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
|
data/lib/qiwi-pay/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2018-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|