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

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Aug 3, 2018
1 parent d21cbd6 commit 644daaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.2.5
* Update SDK

## 3.2.4
* Prevent double click

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.2.4
* ver. 3.2.5
* 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.4';
const VERSION = '3.2.5';

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

0 comments on commit 644daaa

Please sign in to comment.