killbill-orbital 0.1.6 → 0.1.7

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: faea1b24ae53c665ccf86ec64bc7b23802fdc4e4
4
- data.tar.gz: 12d58ec769ae1519718ba73148c1e9fa465bac6e
3
+ metadata.gz: 6f5bba84dbe74251ec5904356f3d8fa11a6153bd
4
+ data.tar.gz: fc986e9dcfc179e1e4691a20e332a924fb52fdda
5
5
  SHA512:
6
- metadata.gz: e80d4983e321a1a0fdf322df3dbe8397a45011d125dd45f2474c660867c06e9beb3e82908b29740049ae94477d2e1d41db9fb5ff7fe497230a290044c3c0476f
7
- data.tar.gz: e777bd59e2e7b1ff3f1336cc7d276a1d4546ad7010d4bc773bc7440fbe0fb99b16dfe37d45e1bfa5ce2b74819cc34ded546815b97195fceeda8caabcc35a6726
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.' => '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.'=> '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' => 'C', # 'No match at all', => 'Street address and postal code do not match.'
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' => 'C', # 'Cardholder name, billing address and postal code are all incorrect', => 'Street address and postal code do not match. '
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' => 'I', # 'Address and ZIP code not verified due to incompatible formats', => 'Address not verified. '
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.6
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-08-14 00:00:00.000000000 Z
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