diff --git a/CHANGELOG.md b/CHANGELOG.md index 540b6db..3acfc84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.2.17 +* Fixed repayment when PS_PURCHASE_MINIMUM non zero +* Update logos +* Cleanup + ## 3.2.16 * Fixed payment without bank list * Added save info about selected method diff --git a/payu/config.xml b/payu/config.xml index fdf5fc3..c814bae 100644 --- a/payu/config.xml +++ b/payu/config.xml @@ -2,7 +2,7 @@ payu - + diff --git a/payu/payu.php b/payu/payu.php index ae5d559..63a0683 100644 --- a/payu/payu.php +++ b/payu/payu.php @@ -36,7 +36,7 @@ public function __construct() $this->name = 'payu'; $this->displayName = 'PayU'; $this->tab = 'payments_gateways'; - $this->version = '3.2.16'; + $this->version = '3.2.17'; $this->author = 'PayU'; $this->need_instance = 1; $this->bootstrap = true;