Skip to content
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

[V2] Add RevRec Performance Obligations Feature #816

Merged

Conversation

Smolations
Copy link

@Smolations Smolations commented Jan 29, 2024

  1. Refactors Settings and Client to allow them to be more configurable in a testing environment.
  2. Creates the PerformanceObligation and PerformanceObligationList entities for the V2 client, core entities concerning the new (and upcoming) RevRec API features.

Examples

These Performance Obligations (i.e. POBs) cannot be created/edited from the client/API. However, there are avenues for this functionality (contact Recurly Customer Service for more information).

// getting:
var pob = PerformanceObligations.Get(id);

// listing:
var pobs = PerformanceObligations.List();

@Smolations Smolations force-pushed the add-revrec-performance-obligations-feature branch 2 times, most recently from a37658f to b1e6176 Compare January 29, 2024 22:44
@Smolations Smolations changed the title fixes default api version and adds additional internals accessor for … Add RevRec Performance Obligations Feature Jan 29, 2024
@Smolations Smolations mentioned this pull request Jan 29, 2024
@Smolations Smolations changed the title Add RevRec Performance Obligations Feature [V2] Add RevRec Performance Obligations Feature Jan 29, 2024
@Smolations Smolations added the V2 V2 Client label Jan 29, 2024
@Smolations Smolations force-pushed the add-revrec-performance-obligations-feature branch from b83b5e7 to e71f638 Compare January 30, 2024 21:02
@Smolations Smolations marked this pull request as ready for review January 30, 2024 21:15
@8eth
Copy link
Contributor

8eth commented Jan 31, 2024

DevQA +1

@8eth 8eth merged commit f86295d into add-revrec-features Jan 31, 2024
4 checks passed
@8eth 8eth deleted the add-revrec-performance-obligations-feature branch January 31, 2024 20:07
recurly-integrations pushed a commit that referenced this pull request Mar 13, 2024
[Full Changelog](1.17.34...2.0.0)

**Merged Pull Requests**

- [V2] Add RevRec Settings to Adjustments [#822](#822) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to AddOns [#821](#821) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to Item, GiftCard, and ShippingMethod [#819](#819) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to the Plan entity [#818](#818) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to business entities [#817](#817) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec Performance Obligations Feature [#816](#816) ([Smolations](https://github.com/Smolations))
- Add revrec features [#815](#815) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec General Ledger Accounts Feature [#813](#813) ([Smolations](https://github.com/Smolations))
recurly-integrations pushed a commit that referenced this pull request Mar 13, 2024
[Full Changelog](1.17.34...1.17.35)

**Merged Pull Requests**

- [V2] Add RevRec Settings to Adjustments [#822](#822) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to AddOns [#821](#821) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to Item, GiftCard, and ShippingMethod [#819](#819) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to the Plan entity [#818](#818) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to business entities [#817](#817) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec Performance Obligations Feature [#816](#816) ([Smolations](https://github.com/Smolations))
- Add revrec features [#815](#815) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec General Ledger Accounts Feature [#813](#813) ([Smolations](https://github.com/Smolations))
recurly-integrations pushed a commit that referenced this pull request Mar 13, 2024
[Full Changelog](1.17.34...1.17.36)

**Merged Pull Requests**

- [V2] Add RevRec Settings to Adjustments [#822](#822) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to AddOns [#821](#821) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to Item, GiftCard, and ShippingMethod [#819](#819) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to the Plan entity [#818](#818) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to business entities [#817](#817) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec Performance Obligations Feature [#816](#816) ([Smolations](https://github.com/Smolations))
- Add revrec features [#815](#815) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec General Ledger Accounts Feature [#813](#813) ([Smolations](https://github.com/Smolations))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 V2 Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants