Skip to content

Commit

Permalink
[release] New release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhay Rana committed Mar 17, 2016
1 parent 0b4af1e commit 902607a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ Changelog for Razorpay-PHP SDK.

## [Unreleased]
### Added
- Add support for overriding request headers

## [1.2.4] - 2016-03-17
### Added
- Add support for overriding request headers via setHeader

## [1.2.3] - 2016-02-24
### Added
Expand Down Expand Up @@ -32,8 +35,9 @@ Changelog for Razorpay-PHP SDK.
- Initial Release


[Unreleased]: https://github.com/razorpay/razorpay-php/compare/1.2.0...HEAD
[Unreleased]: https://github.com/razorpay/razorpay-php/compare/1.2.4...HEAD
[1.2.1]: https://github.com/razorpay/razorpay-php/compare/1.2.1...1.2.0
[1.2.0]: https://github.com/razorpay/razorpay-php/compare/1.2.0...1.1.0
[1.2.2]: https://github.com/razorpay/razorpay-php/compare/1.2.2...1.2.1
[1.2.3]: https://github.com/razorpay/razorpay-php/compare/1.2.3...1.2.2
[1.2.3]: https://github.com/razorpay/razorpay-php/compare/1.2.3...1.2.2
[1.2.4]: https://github.com/razorpay/razorpay-php/compare/1.2.4...1.2.3
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Api

public static $secret = null;

const VERSION = '1.2.3';
const VERSION = '1.2.4';

/**
* @param string $api_key
Expand Down
2 changes: 2 additions & 0 deletions src/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ protected function request($method, $relativeUrl, $data = null)

$response = $request->request($method, $relativeUrl, $data);

sd($response);

if ((isset($response['entity'])) and
($response['entity'] == $this->getEntity()))
{
Expand Down

0 comments on commit 902607a

Please sign in to comment.