ach_client 5.3.0 → 5.3.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
  SHA256:
3
- metadata.gz: f0c6e8de15bdf5d69e152454ab5d58fb30ca39e2e1a9e7aeacfdc7ec7af683cf
4
- data.tar.gz: 617d7adefc31e9297963d191c0976fab619bcfcaa697abafe3062ca687b4f7a0
3
+ metadata.gz: daa744bb5752e4b20179a9311d6ecb3557feb2734f59709b134310c6affbca24
4
+ data.tar.gz: 051d4cdf44a854d4f0b9cb3eb3df626f0551c7f614fa080642e7d34fe0808e6a
5
5
  SHA512:
6
- metadata.gz: 7f7ab91c3fcc6a7c19f741677768ca26fbdae0f727105ebb9dbecabc005e990c425bec9bda12777594397bc7745b0cb0a0e6c1f6c783c49a0c6c166c065695cc
7
- data.tar.gz: 381f5b25afece2d14d6aff80757e4324bfe16139f8fb38ae30f61038e165ef0b92fdb695e7865e9031a7cab634161b0a81bf2a64ab912ad05f647624ec6082c4
6
+ metadata.gz: fd769c7ac0761b92df7dec3a4a01ba145e3666234112f0ede24473bbbc283a3704deeb04667b066fa56ad187efe52b6087bb4ef779ba360bc99090d5766eeb7c
7
+ data.tar.gz: 1cf583df2998a589747f0fdc59b4e1640e357dd7a5eb5e9126d3656cb12deb03e784410ca2c199f20156d4cd350268648b9de7fd0d9c8d081090b9ff5fa3b1ac
data/.tool-versions CHANGED
@@ -1 +1 @@
1
- ruby 3.1.3
1
+ ruby 3.1.4
@@ -1,3 +1,4 @@
1
+
1
2
  ---
2
3
  -
3
4
  code: C01
@@ -462,6 +463,10 @@
462
463
  code: X51
463
464
  description: An RCK Entry considered to be ineligible or improper.
464
465
  reason: 'RCK Entry: Related Item Ineligible/Entry Improper'
466
+ -
467
+ code: X52
468
+ description: A stop payment order has been placed on the item to which the RCK Entry relates.
469
+ reason: Stop Payment on Item
465
470
  -
466
471
  code: X53
467
472
  description: In addition to an RCK Entry, the item to which the RCK Entry relates has also been presented for payment.
@@ -25,7 +25,7 @@ module AchClient
25
25
  self.transformer.find do |_, v|
26
26
  type <= v
27
27
  end.try(:first) or raise(
28
- "type must be one of #{self.transformer.values.join(', ')}"
28
+ "type must be one of #{self.transformer.values.uniq.join(', ')}"
29
29
  )
30
30
  end
31
31
 
@@ -9,7 +9,9 @@ module AchClient
9
9
  def self.transformer
10
10
  {
11
11
  'S' => AchClient::AccountTypes::Savings,
12
- 'C' => AchClient::AccountTypes::Checking
12
+ 'C' => AchClient::AccountTypes::Checking,
13
+ '3' => AchClient::AccountTypes::Savings,
14
+ '2' => AchClient::AccountTypes::Checking
13
15
  }
14
16
  end
15
17
  end
@@ -1,4 +1,4 @@
1
1
  module AchClient
2
2
  # Increment this when changes are published
3
- VERSION = '5.3.0'
3
+ VERSION = '5.3.2'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ach_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.0
4
+ version: 5.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zach Cotter
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-08 00:00:00.000000000 Z
11
+ date: 2024-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ach