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 fd8097e commit f18c8ef
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.1.4
* Ignore all notification after COMPLETED
* Cut too long product name

## 3.1.3
* Fix generate url with https

Expand Down
4 changes: 2 additions & 2 deletions upload/catalog/controller/payment/payu.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ver. 3.1.3
* ver. 3.1.4
* PayU Payment Modules
*
* @copyright Copyright 2016 by PayU
Expand All @@ -19,7 +19,7 @@ class ControllerPaymentPayU extends Controller

const PAY_BUTTON = 'https://static.payu.com/pl/standard/partners/buttons/payu_account_button_01.png';

const VERSION = '3.1.3';
const VERSION = '3.1.4';

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

0 comments on commit f18c8ef

Please sign in to comment.