Skip to content

Releases: paysera/lib-webtopay

Amount and currency fields is now optional

15 May 07:37
8606e19
Compare
Choose a tag to compare

Version with php7.4 and better formatting

02 May 08:22
4be5188
Compare
Choose a tag to compare
Merge pull request #25 from oleksandr-gribiennikov-paysera/master

Bring library code up to php 7.4 standards

2.0.1

19 Oct 07:00
ea83971
Compare
Choose a tag to compare

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

10 May 09:53
Compare
Choose a tag to compare
better version, built single file

Implementation of callback data decryption

13 Apr 11:10
e694b4e
Compare
Choose a tag to compare
Implementation of callback data decryption

PHP 8.0+ support

11 Apr 07:08
4ca6755
Compare
Choose a tag to compare

Added PHP 8.0+ support

1.6.5 p_state limit increase

17 Aug 09:03
1d68474
Compare
Choose a tag to compare
Merge pull request #6 from TadasP/master

SUPPORT-33121 p_state limit increase

1.6.4

02 Sep 11:36
6564e85
Compare
Choose a tag to compare
Fixed get_magic_quotes_gpc usage for newer PHP versions, updated link…