PHP library for integrating various Baltic banks internet services (payment, authentication)
Stars
33
Forks
23
Watchers
33
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
101
commits
added html <input> fields builder to Request class
eb00091View on GitHubseems that Danske bank also requires mb_strlen for calculation, so instead of another *iPizza extension I'll add the fix into iPizza itself via constructor parameter
acfff8dView on GitHubupdated pangalink.net test enviroment endpoint urls
04cbb4eView on GitHubforce UTF-8 encoding when calculating string length, but leave original string length for actual signature generation
edffca1View on GitHubAdded separate iPizza class for Swedbank (need mb_strlen instead of strlen for Swedbank)
a3e8cd7View on GitHubreturn proper response encoding, taking encoding field into account
83d0ef8View on GitHubUse strlen instead of mb_strlen for all iPizza hash generations
1255bd9View on GitHubAdded a warning about Solo payment response containing much less data than other protocols
f82c059View on GitHubFinished implementing Solo protocol for payment requests
caa0cceView on GitHubbump php version requirement to 5.3.3, added mbstring & openssl to require list
cedc483View on GitHub