-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postfinance modifications #202
Comments
Hi, @jk987 Thanks for your comment. |
I'm not sure. |
I think that will do next updates in library for next release:
|
Added commit - 5680291 |
Well, I'm too dumb to judge your commit and too lazy to test it right now. Meanwhile I'll use this place to leave a note (because this is the best open source library I've found) that for Credit Suisse in the XTD command there must be ServiceOption = 'CH002LMF' instead of 'CH002LME' which was for Postfinance. XE2 works without any change for Credit Suisse. I also implemented Z01 which works for both Postfinance and Credit Suisse.
Difference between XTD and Z01 is that Z01 returns single zip full of short xml files, while XTD returns one file containing multiple zips glued/merged/appended together. |
Hello,
I'm testing your awesome library with Swiss Postfinance and I've following modifications.
Please don't ask me to do some pull requests, because I'm not very familiar with git.
file CustomerSwissCreditTransferBuilder.php
public function createInstance:
Otherwise Postfinance didn't accept the file.
private function createCreditTransferTransactionElement:
I put there customer id.
file DocumentFactory.php
public function createMultiple:
I get zip file with xml files and txt file inside from Postfinance.
(Actually I get more zip files merged together but it is another story.)
file RequestFactoryV3.php
It is a special Postfinance command supposed for testing. (Z52/Z54 doesn't work for me. XTD should be similar.)
Taken from XE3 and bit modified according to Postfinance documentation.
file EbicsClient.php:
I don't know if you accept these changes, I only wanted to help a little.
The text was updated successfully, but these errors were encountered: