-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RevRec POBs support #792
Add RevRec POBs support #792
Conversation
014320a
to
abd05b6
Compare
$this->assertInstanceOf('Recurly_PerformanceObligation', $pob); | ||
$this->assertEquals('Over Time (Daily)', $pob->name); | ||
$this->assertEquals('6', $pob->id); | ||
$this->assertInstanceOf('DateTime', $pob->created_at); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any particular reason you omitted testing for updated_at
? 🤔
9a398b1
to
68a34af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add a dev dependency of fakerphp/faker
(^1.23.0
) in the composer.json
file for testing purposes.
ba8449c
to
68a34af
Compare
DevQA+1 |
[Full Changelog](2.14.7...2.14.8) **Merged Pull Requests** - Add RevRec to adjustments/purchases [#802](#802) ([faiberrec](https://github.com/faiberrec)) - Add revrec attributes to add ons [#801](#801) ([faiberrec](https://github.com/faiberrec)) - Add revrec attributes to items and giftcards [#798](#798) ([faiberrec](https://github.com/faiberrec)) - Add RevRec attributes to shipping methods [#796](#796) ([faiberrec](https://github.com/faiberrec)) - Add revrec attributes to plans [#795](#795) ([faiberrec](https://github.com/faiberrec)) - Add default glas to Business Entities [#794](#794) ([faiberrec](https://github.com/faiberrec)) - Add revrec support to php [#793](#793) ([faiberrec](https://github.com/faiberrec)) - Add RevRec POBs support [#792](#792) ([faiberrec](https://github.com/faiberrec)) - Add GeneralLdegerAccounts(glas) resources [#791](#791) ([faiberrec](https://github.com/faiberrec)) - add external payment phases [#784](#784) ([amandamfielding](https://github.com/amandamfielding))
This change creates the PerformanceObligation entity for the V2 client, part of the new (and upcoming) RevRec API features.