ach_client 1.0.2 → 1.0.3
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/config/return_codes.yml +4 -0
- data/lib/ach_client/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: 0d33c28bfc2ad29a0c6c55e1fb92f2f662e57feb0ccfc1b529aceb4eac6ee6e0
|
|
4
|
+
data.tar.gz: a62d06b58cf760e647b492fcd94aae5a547cd19eda03e73d378bde9b15f91412
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4566ae3e60b1ae3068eaccecb967867bc43729c3cde958a2152c38cac7ccb120fa71949f383edf3879b04931f3290e329bf5ce7e23311fb9095d84d7c4120f7
|
|
7
|
+
data.tar.gz: 11c1bd3bff4b59f9c7dd413cdf519e56fa63611b8d5bf14bfb9ba01f153fa6c6f2be061582d7e0fc2195d7717c49ef3d51e69e35b969bbbf105e33d4db5845c9
|
data/config/return_codes.yml
CHANGED
|
@@ -371,6 +371,10 @@
|
|
|
371
371
|
code: 'X08'
|
|
372
372
|
description: "The Receiver has placed a stop payment order on this debit Entry."
|
|
373
373
|
reason: "Payment Stopped"
|
|
374
|
+
-
|
|
375
|
+
code: 'X09'
|
|
376
|
+
description: "A sufficient ledger balance exists to satisfy the dollar value of the transaction, but the available balance is below the dollar value of the debit Entry."
|
|
377
|
+
reason: "Uncollected funds due to uncleared deposit"
|
|
374
378
|
-
|
|
375
379
|
code: 'X10'
|
|
376
380
|
description: "The RDFI has been notified by the Receiver that the Entry is unauthorized, improper, or ineligible."
|
data/lib/ach_client/version.rb
CHANGED
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: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zach Cotter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-10-
|
|
11
|
+
date: 2019-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ach
|