Skip to content

Releases: PayU-EMEA/openpayu_php

2.1.6

23 Feb 14:33
Compare
Choose a tag to compare
  • Remove downgrade http version in curl

v2.1.5

11 Feb 11:43
Compare
Choose a tag to compare
  • Update signature calculate for order form

v2.1.4

23 Nov 13:48
Compare
Choose a tag to compare
  • Remove Verify Auth Basic
  • Code cleanup
  • Fix messages for throwHttpStatusException

v2.1.3

21 Jan 13:46
Compare
Choose a tag to compare
Update Configuration.php

v2.1.2

18 Dec 09:06
Compare
Choose a tag to compare
  • SSL3 protocol dissabled
  • minor bugs fixed

v2.1.1

15 Sep 08:57
Compare
Choose a tag to compare
  • Restored example OrderForm.php
  • Fixed form generation
  • Adjustment of unit tests to 2.1 API version
  • Fixed path to composer.json file

v2.1.0

26 Aug 10:41
Compare
Choose a tag to compare
  • Endpoint https://secure.payu.com/api/v2_1/orders
  • Simplification of request structure by eliminating nesting
  • Status code 200 as only response after receiving notification
  • Parameters starting with lowercase letters
  • CurrencyCode field removed from refund create request
  • CompleteUrl replaced with continueUrl
  • Value of optional field extOrderId must be unique within one point of sale (POS)
  • Minor changes and refactoring of functions

v2.0.8

23 Jun 06:35
Compare
Choose a tag to compare
  • More data in OrderCreate.php example: addition of invoice and delivery optional sections

v2.0.7

20 Jun 09:15
Compare
Choose a tag to compare

README.md update
CHANGELOG.md update
Cleaned and fixed links in OrderCreate.php example
ContinueUrl.php deleted
OpenPayU_Util::statusDesc($response) function update

v2.0.5

16 Jun 13:58
Compare
Choose a tag to compare

Fixed bugs in examples.