killbill / killbill-adyen-plugin

Kill Bill plugin for Adyen
https://killbill.io
Apache License 2.0
10 stars 31 forks source link

Allow passwords (and other config entries) to contain '#' char… #113

Closed meden closed 5 years ago

meden commented 5 years ago

…acter

The plugin expects credential configuration entries in the format username#password (each separated by '|'). This breaks authentication if username or password contain the character '#'.

While this could be considered uncommon for a username, it could easily happen for a password, considering that Adyen Customer Area provides only automatically generated ones.

This commits introduces a simple workaround to mitigate the issue.

pierre commented 5 years ago

Thanks!