ach_client 1.0.2 → 1.0.3

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: 4117f0a3ab43904d8f15c8c3fa582baf6ea7ca6d48ab67db76f1e841807529ba
4
- data.tar.gz: 8996791f5a172423faca7556c43b76af4a10da347639a2858b7eb4ea07dd2f35
3
+ metadata.gz: 0d33c28bfc2ad29a0c6c55e1fb92f2f662e57feb0ccfc1b529aceb4eac6ee6e0
4
+ data.tar.gz: a62d06b58cf760e647b492fcd94aae5a547cd19eda03e73d378bde9b15f91412
5
5
  SHA512:
6
- metadata.gz: 61e3a1701d8289b90dc0e9574f5b4c29f0e657d8cd95c72aa5d12a66be0c5f3b917c259d827b01acefd9b0b7f4b24bc4f7e2351f8a40ae2eafd7b9cf76bb6f62
7
- data.tar.gz: 72f085902dbc7473bb5cb9b904b846eda32b29b4558894fc0129b77f088905a7c56b968da74c42ed6b0a874e2451004b4316e4807cf70cfaf9a25bd85b678024
6
+ metadata.gz: c4566ae3e60b1ae3068eaccecb967867bc43729c3cde958a2152c38cac7ccb120fa71949f383edf3879b04931f3290e329bf5ce7e23311fb9095d84d7c4120f7
7
+ data.tar.gz: 11c1bd3bff4b59f9c7dd413cdf519e56fa63611b8d5bf14bfb9ba01f153fa6c6f2be061582d7e0fc2195d7717c49ef3d51e69e35b969bbbf105e33d4db5845c9
@@ -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."
@@ -1,4 +1,4 @@
1
1
  module AchClient
2
2
  # Increment this when changes are published
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
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: 1.0.2
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-22 00:00:00.000000000 Z
11
+ date: 2019-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ach