Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed May 15, 2017
1 parent 2312660 commit 911f44b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.2.3
* Ignore all notification after COMPLETED
* Cut too long product name

## 3.2.2
* Fix generate url with https
* Remove dependence to PHP intl extension
Expand Down
4 changes: 2 additions & 2 deletions upload/catalog/controller/extension/payment/payu.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ver. 3.1.1
* ver. 3.2.3
* PayU Payment Modules
*
* @copyright Copyright 2016 by PayU
Expand All @@ -13,7 +13,7 @@ class ControllerExtensionPaymentPayU extends Controller
{
const PAY_BUTTON = 'https://static.payu.com/pl/standard/partners/buttons/payu_account_button_01.png';

const VERSION = '3.2.2';
const VERSION = '3.2.3';

private $ocr = array();
private $totalWithoutDiscount = 0;
Expand Down

0 comments on commit 911f44b

Please sign in to comment.