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

Commit

Permalink
update cheangelog and readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Oct 31, 2016
1 parent 7d82791 commit 6779e85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.1.2
* Fix table create

## 3.1.1
* Add 2.2.x.x compatibility

Expand Down
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# PayU account plugin for OpenCart over 2.x

**Note: Plugin supports only OpenCart 2.x**
**Note: Plugin supports only OpenCart 2.0.x, 2.1.x and 2.2.x**

**For OpenCart 2.3.x please use 3.2.x plugin**

``This plugin is released under the GPL license.``

Expand All @@ -25,12 +26,10 @@ The PayU payments OpenCart plugin adds the PayU payment option and enables you t

## Prerequisites

**Important:** This plugin works only with checkout (REST API) points of sales (POS).
**Important:** This plugin works only with checkout (**REST API**) points of sales (POS).

The following PHP extensions are required:

* [cURL][ext2] to connect and communicate to many different types of servers with many different types of protocols.
* [hash][ext3] to process directly or incrementally the arbitrary length messages by using a variety of hashing algorithms.
* PHP >= 5.3.0
* PHP extensions are required - [cURL][ext2], [hash][ext3]

## Installation

Expand Down Expand Up @@ -88,7 +87,5 @@ Defines which status is assigned to an order at a particular stage of order proc

<!--external links:-->
[ext1]: https://github.com/PayU/plugin_opencart_2
[ext2]: http://php.net/manual/en/book.curl.php
[ext3]: http://php.net/manual/en/book.hash.php

<!--images:-->
2 changes: 1 addition & 1 deletion upload/catalog/controller/payment/payu.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1';
const VERSION = '3.1.2';

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

0 comments on commit 6779e85

Please sign in to comment.