Releases: PayU-EMEA/openpayu_php
Releases · PayU-EMEA/openpayu_php
2.1.6
- Remove downgrade http version in curl
v2.1.5
- Update signature calculate for order form
v2.1.4
- Remove Verify Auth Basic
- Code cleanup
- Fix messages for throwHttpStatusException
v2.1.2
- SSL3 protocol dissabled
- minor bugs fixed
v2.1.1
- 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
- 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
- More data in OrderCreate.php example: addition of invoice and delivery optional sections
v2.0.7
README.md update
CHANGELOG.md update
Cleaned and fixed links in OrderCreate.php example
ContinueUrl.php deleted
OpenPayU_Util::statusDesc($response) function update