- define CURL_SSLVERSION_TLSv1_2 missing for rare server configurations
- Retrieving order refunds #130 (Peter Knut)
- Licence changed
-
Remove examples, tests, etc. from release package
-
Sanitize display of POST data in examples
-
Set min TLS version to 1.2
-
Set Accept header to json
-
Disable escaped json parameters
- Fix PAYU-26585
- Remove cast to int for refund amount
- Fix #116 - typo fix
- Fix #117 - Default for CURLOPT_SSL_VERIFYHOST (2) and CURLOPT_SSL_VERIFYPEER (true)
- Add PHP 7 to TravisCI checks (Vojta Svoboda)
- Possibly breaking changes - due possible conflict with popular class names "Shop" and "Balance" change to PayuShop and PayuShopBalance
- Fix #115
- Add Retrieving shop data
- Error when request don't have signature header
- Fix generate form
- OpenPayU_Refund::create add extCustomerId and extRefundId required for marketplace
- SHA256 as default algorithm
- Add a new exception type which holds the original server response (Răzvan Tache)
- Add method to retrieve order transaction (Mariusz Kalota)
- Set args separator
- Add delete token
- Remove cache for Trusted Merchant
- Added grant type to cache key
- Added connection over proxy support
- Added trusted_merchant Oauth Grant Type
- Trim oauthClientId and oauthClientSecret
- Add support for sandbox environment
- Added Order statuses constants
- Fix for HttpStatusException
- Added retrieving pay methods
- Added Oauth
- Remove downgrade http version in curl
- Update signature calculate for order form
- Remove Verify Auth Basic
- Code cleanup
- Fix messages for throwHttpStatusException
- 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)
- More data in OrderCreate.php example: addition of invoice and delivery optional sections
- README.md update
- CHANGELOG.md update
- Cleaned and fixed links in OrderCreate.php example
- ContinueUrl.php deleted
- OpenPayU_Util::statusDesc($response) function update
- GeneratedOrderForm.php removal
- Fixed bugs in examples.
- Fixed bugs
- Added tracking of version
- Fixed some bugs
- Updated README.md
- Fixed some bugs
- Removed support for XML messages
- Removed unsupported examples
- Fixed problem with uppercase keys in order array
- Removed support for OpenPayU 1.0
- Added support for OpenPayuU REST API
- Fixed bugs
- Added unit tests
- Added order.cancel and order.statusUpdate functions
- Added hostedOrderForm function
- Unification according to ruby_sdk. Improve comments.
- Added protection against full path disclosure
- Added messages of results
- Changed method invokes
- Contains bug fixes 0.1.8 version
- Added PHPDoc and formatted code