Releases: paysera/lib-webtopay
Releases · paysera/lib-webtopay
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.
1.8.1
Implementation of callback data decryption
Implementation of callback data decryption
PHP 8.0+ support
Added PHP 8.0+ support
1.6.5 p_state limit increase
Merge pull request #6 from TadasP/master SUPPORT-33121 p_state limit increase
1.6.4
Fixed get_magic_quotes_gpc usage for newer PHP versions, updated link…