Skip to content
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

support for Polish banks #31

Closed
rzylla opened this issue Sep 13, 2017 · 2 comments
Closed

support for Polish banks #31

rzylla opened this issue Sep 13, 2017 · 2 comments
Labels
Milestone

Comments

@rzylla
Copy link

rzylla commented Sep 13, 2017

support for Polish banks is no longer valid from Sept 1 2017.
Needs new link to dz_bank_jorg.txt

@michau
Copy link

michau commented Sep 13, 2017

File is available for download here: https://ewib.nbp.pl/faces/pages/daneDoPobrania.xhtml

Unfortunately, it's not available for GET download anymore. For some (stupid) reason, file download is being done via POST request, and that's not trivial to implement.

A quick workaround would be to download the file from above link and change line 26 in CRM/Bic/Parser/PL.php to downloaded file path on the same machine as CiviCRM install, e.g.

static $page_url = '/var/www/civicrm/sites/default/files/civicrm/upload/dz_bank_jorg.txt';

This should do the trick.

@bjendres
Copy link
Member

seems to work, released with 1.3.beta1

@bjendres bjendres added this to the 1.3 milestone Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants