Skip to content

Commit

Permalink
Merge pull request #8 from oleksandr-gribiennikov-paysera/EC-2905
Browse files Browse the repository at this point in the history
Change `buildForPaymentsMethodList` signature: `amount` and `currency` are optional
  • Loading branch information
oleksandr-gribiennikov-paysera authored May 14, 2024
2 parents ea240bc + d582535 commit 20f0e98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions WebToPay.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @package WebToPay
* @author EVP International
* @license http://www.gnu.org/licenses/lgpl.html
* @version 1.6
* @version 3.0.1
* @link http://www.webtopay.com/
*/

Expand All @@ -38,7 +38,7 @@ class WebToPay
/**
* WebToPay Library version.
*/
public const VERSION = '3.0.0';
public const VERSION = '3.0.1';

/**
* Server URL where all requests should go.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webtopay/libwebtopay",
"description": "PHP Library for Paysera payment gateway integration",
"version": "3.0.0",
"version": "3.0.1",
"license": "LGPL-3.0",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/WebToPay.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @package WebToPay
* @author EVP International
* @license http://www.gnu.org/licenses/lgpl.html
* @version 1.6
* @version 3.0.1
* @link http://www.webtopay.com/
*/

Expand All @@ -34,7 +34,7 @@ class WebToPay
/**
* WebToPay Library version.
*/
public const VERSION = '3.0.0';
public const VERSION = '3.0.1';

/**
* Server URL where all requests should go.
Expand Down

0 comments on commit 20f0e98

Please sign in to comment.