Comparing version 1.1.0 to 1.1.1
@@ -67,3 +67,3 @@ module.exports = { | ||
required: true, | ||
type: 'numeric', | ||
type: 'alphanumeric', | ||
value: '' | ||
@@ -70,0 +70,0 @@ }, |
@@ -25,5 +25,2 @@ // Batch | ||
if (options.companyName) { | ||
this.header.companyName.value = options.companyName.slice(0, this.header.companyName.width); | ||
} | ||
@@ -30,0 +27,0 @@ if (options.companyEntryDescription) { |
{ | ||
"name": "sp-nacha", | ||
"description": "NACHA file format is a set of instructions that, when uploaded into a bank portal, successfully initiates a batch of ACH payments. NACHA file format is the protocol for structuring those instructions in a way that successfully initiates the payments. NACHA is a highly customizable Node.js module exposing a high & low-level API for generating ACH files for use within the ACH network.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "Seerportal Nacha", |
@@ -12,9 +12,9 @@ let chai = require('chai') | ||
"immediateDestination": "231380104", | ||
"immediateOrigin": "121042882", | ||
"immediateOrigin": "121042882", | ||
"immediateDestinationName": "CITADEL FED C U", | ||
"immediateOriginName": "WELLS FARGO BANK NA", | ||
"referenceCode": " ", | ||
"immediateOriginName": "WELLS FARGO BANK NA", | ||
"referenceCode": " ", | ||
"batchChildren": [{ | ||
"id": 70, | ||
"serviceClassCode": "200", | ||
"serviceClassCode": "200", | ||
"iatIndicator": "Iat Indiacator p", | ||
@@ -26,3 +26,3 @@ "foreignExchangeIndicator": "IN", | ||
"originatorIdentification": "2345432443", | ||
"standardEntryClassCode": "IAT", | ||
"standardEntryClassCode": "IAT", | ||
"companyEntryDescription": "SANdeepviS", | ||
@@ -33,3 +33,3 @@ "isoOriginatingCurrencyCode": "IND", | ||
"originatorStatusCode": "", | ||
"originatingDFI": "121042882", | ||
"originatingDFI": "121042882", | ||
"entryChildren": [{ | ||
@@ -59,5 +59,5 @@ "id": 70, | ||
"amount": "92345678", | ||
"idNumber": null, | ||
"individualName": "", | ||
"discretionaryData": "", | ||
"idNumber": null, | ||
"individualName": "", | ||
"discretionaryData": "", | ||
"transactionCode": "21", | ||
@@ -69,3 +69,3 @@ "transactionType": "Credit", | ||
"queued_transaction_id": 70, | ||
"addenda_type_code": "10", | ||
"addenda_type_code": "10", | ||
"payment_related_information": "UAS123454323454323.008765432345670000000001The abbreviation INDN on a bank sta", | ||
@@ -77,3 +77,3 @@ "created_at": "2023-10-05 20:35:59", | ||
"queued_transaction_id": 70, | ||
"addenda_type_code": "11", | ||
"addenda_type_code": "11", | ||
"payment_related_information": "UAS123454323454323.008765432345670000000001The abbreviation INDN on a bank sta", | ||
@@ -85,3 +85,3 @@ "created_at": "2023-10-05 20:35:59", | ||
"queued_transaction_id": 70, | ||
"addenda_type_code": "12", | ||
"addenda_type_code": "12", | ||
"payment_related_information": "UAS123454323454323.008765432345670000000001The abbreviation INDN on a bank sta", | ||
@@ -93,3 +93,3 @@ "created_at": "2023-10-05 20:35:59", | ||
}], | ||
"recordCount": 1 | ||
"recordCount": 1 | ||
}] | ||
@@ -96,0 +96,0 @@ |
112011
2528