Skip to content

Commit

Permalink
change log & notifications detail
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Jun 2, 2015
1 parent 6f7a406 commit f7c24a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* [#153](https://github.com/recurly/recurly-client-php/pull/153)
* Added `ip_address` attribute to `Recurly_Transaction`[#157](https://github.com/recurly/recurly-client-php/pull/157)
* Added `bank_account_authorized_at` to `Recurly_Subscription` [#156](https://github.com/recurly/recurly-client-php/pull/156)
* Add invoice node to `Recurly_PushNotification` to read data on *_invoice_notification [#159](https://github.com/recurly/recurly-client-php/pull/159)

## Version 2.4.2 (Apr 14th, 2015)

Expand Down
4 changes: 3 additions & 1 deletion lib/recurly/push_notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ class Recurly_PushNotification
* failed_payment_notification
* successful_refund_notification
* void_payment_notification
* *_invoice_notification
* new_invoice_notification
* closed_invoice_notification
* past_due_invoice_notification
*/
var $type;

Expand Down

0 comments on commit f7c24a8

Please sign in to comment.