killbill-orbital 0.1.6 → 0.1.7
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/orbital/ext/active_merchant/active_merchant.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f5bba84dbe74251ec5904356f3d8fa11a6153bd
|
|
4
|
+
data.tar.gz: fc986e9dcfc179e1e4691a20e332a924fb52fdda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f505cb644e0bd9a2c6ca06b29bdd66b1b427e0ec993cb827e9337904d87827c33ae09450b555c32980ad648b334ccaba548f6b0aba3642ae3fde679e44e93ba
|
|
7
|
+
data.tar.gz: d447fec891c98d7c7a10c0b777b0f5f1236083d1685ac69be71d472d66aed9a4997f037fcd58eb0b70aab50d3a79dc818be410600a09e2633ab6df7bb1dfeba0
|
|
@@ -219,9 +219,9 @@ module ActiveMerchant
|
|
|
219
219
|
# http://en.wikipedia.org/wiki/Address_Verification_System)
|
|
220
220
|
# Note that 2, 8, D, E, UK are not converted because no suitable target codes in the standard codes are found
|
|
221
221
|
CONVERT_MAP = {
|
|
222
|
-
'1' => 'U', # 'No address supplied' => 'Address information unavailable.'
|
|
222
|
+
'1' => 'U', # 'No address supplied' => 'Address information unavailable.'
|
|
223
223
|
'2' => '2', # Unchanged: 'Bill-to address did not pass Auth Host edit checks'
|
|
224
|
-
'3' => 'I', # 'AVS not performed' => 'Address not verified.'
|
|
224
|
+
'3' => 'I', # 'AVS not performed' => 'Address not verified.'
|
|
225
225
|
'4' => 'S', # 'Issuer does not participate in AVS', => 'U.S.-issuing bank does not support AVS.'
|
|
226
226
|
'5' => 'E', # 'Edit-error - AVS data is invalid', => 'AVS data is invalid or AVS is not allowed for this card type.'
|
|
227
227
|
'6' => 'R', # 'System unavailable or time-out', => 'System unavailable.'
|
|
@@ -234,7 +234,7 @@ module ActiveMerchant
|
|
|
234
234
|
'D' => 'D', # Unchanged: 'Zip No Match/Zip 4 Match/Locale match'
|
|
235
235
|
'E' => 'E', # Unchanged: 'Zip No Match/Zip 4 Match/Locale no match',
|
|
236
236
|
'F' => 'A', # 'Zip No Match/Zip 4 No Match/Locale match', => 'Street address matches, but 5-digit and 9-digit postal code do not match.'
|
|
237
|
-
'G' => '
|
|
237
|
+
'G' => 'N', # 'No match at all', => 'Street address and postal code do not match.'
|
|
238
238
|
'H' => 'Y', # 'Zip Match/Locale match', => 'Street address and 5-digit postal code match.'
|
|
239
239
|
'J' => 'G', # 'Issuer does not participate in Global AVS', => 'Non-U.S. issuing bank does not support AVS.'
|
|
240
240
|
'JA' => 'D', # 'International street address and postal match', => 'Street address and postal code match'
|
|
@@ -248,9 +248,9 @@ module ActiveMerchant
|
|
|
248
248
|
'M5' => 'H', # 'Cardholder name incorrect, billing address and postal code match', => 'Card member's name does not match. Street address and postal code match. '
|
|
249
249
|
'M6' => 'F', # 'Cardholder name incorrect, billing postal code matches', => 'Card member's name does not match, but billing postal code matches. '
|
|
250
250
|
'M7' => 'T', # 'Cardholder name incorrect, billing address matches', => 'Card member's name does not match, but street address matches. '
|
|
251
|
-
'M8' => '
|
|
251
|
+
'M8' => 'N', # 'Cardholder name, billing address and postal code are all incorrect', => 'Street address and postal code do not match. '
|
|
252
252
|
'N3' => 'B', # 'Address matches, ZIP not verified', => 'Street address matches, but postal code not verified. '
|
|
253
|
-
'N4' => '
|
|
253
|
+
'N4' => 'C', # 'Address and ZIP code not verified due to incompatible formats', => 'Address not verified. '
|
|
254
254
|
'N5' => 'D', # 'Address and ZIP code match (International only)', => 'Street address and postal code match. '
|
|
255
255
|
'N6' => 'I', # 'Address not verified (International only)', => 'Address not verified.'
|
|
256
256
|
'N7' => 'P', # 'ZIP matches, address not verified', => 'Postal code matches, but street address not verified. '
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: killbill-orbital
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kill Bill core team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|