Releases: paysera/lib-webtopay
Releases · paysera/lib-webtopay
3.1.5
What's Changed
- Change payment methods endpoint url by @Wrongusername in #37
Full Changelog: 3.1.4...3.1.5
3.1.4
What's Changed
- Fix lib-webtopay class VERSION constant mismatching composer package version by @alexleopnet in #36
Full Changelog: 3.1.3...3.1.4
Fixed UrlBuilder::buildForPaymentsMethodList when amount is null.
What's Changed
- Fix 3.x regression in UrlBuilder::buildForPaymentsMethodList when amount is null. by @Wrongusername in #34
- Missed composer.json 3.1.3 version update by @Wrongusername in #35
Full Changelog: 3.1.2...3.1.3
Added ss3 SHA256 callback signature support
- added support for SS3 SHA256 signature verification
- BC break: WebToPay_Sign_SS2SignChecker class has been renamed to WebToPay_Sign_SSOpenSslSignChecker
What's Changed
- Add ss3 SHA256 callback signature support by @Wrongusername in #33
New Contributors
- @Wrongusername made their first contribution in #33
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- Provide detailed error messages for request verification with OpenSSL… by @alexleopnet in #31
New Contributors
- @alexleopnet made their first contribution in #31
Full Changelog: 3.1.0...3.1.1
3.1.0
Amount and currency fields is now optional
Aligned with public docs.
Version with php7.4 and better formatting
Merge pull request #25 from oleksandr-gribiennikov-paysera/master Bring library code up to php 7.4 standards
2.0.1
Payment method list is not supported amount previously, It had to be handled by lib consumer additionally by calling extra filterAmount() method.
The filtering amount stuff now moved to API itself, so need to update lib-webtopay to support that amount from library.