- Nothing code-related changed, only testing automated pypi releases
0.5.2
- Add banklink configuration key SEND_REF This boolean setting can be used to disable automatic reference number generation for payments (it defaults to True), e.g.:
BANKLINKS = { 'seb': { 'SEND_REF': False, Disable ref numbers for SEB bank payments }, }
0.5.1
- Use md5 algorithm for nordea. This is needed since their live server does not work with sha1.