-
Are there any plans to refactor/port for .Net Core compatibility?
-
On lines 66 and 86 the condition throws an error because it is blank by default.
I was able to fix this by using isset()
//if(!$paymentinfo['Transcode']){ // replaced with "isset" version, without i…
-
This library incorrectly assumes that only CCD entries can be credits, and that all credits must be CCD entries.
Per the NACHA spec, CCD entries can be credit or debit entries, and other types of ent…
-
I've received feedback that I need to turn ON the offset entry (aka balancing entry, auto settle line, etc..).
Is this something that the software is capable of?
-
I would like to help out adding more batch types, but based on the way the library is currently written I am not sure how you were planning on adding support for batch types other than PPD.
Can you…
-
However
Encoding.GetEncoding("UTF8") is failing.
and should be
Encoding.GetEncoding("UTF-8")
I encountering this error while trying to use your NACHA Library
![image](https://cloud.githubu…
-
I am having problems creating a file. No errors are in the log and no matter what I try I can't seem to get it to work. I am using the code:
``````
```
``````
$fs = new \Syren7\OwncloudApiBund…
-
Hi ,
i tried sample provided,but getting issue when i make query request.
var matchingProducts = solr.Query(BuildQuery(parameters),
new QueryOptions
…
-
We are going to start storing national identification numbers (https://github.com/gratipay/gratipay.com/issues/3289#issuecomment-107100341) as well as bank account numbers (#3377 downstream of #3366).…
-
We're currently using this library to generate NACHA files for some internal payment processing and it works well. However, we recently ran into an odd quirk with on specific bank: company name in the…