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

Client lib updates for v2 dunning campaigns #638

Merged
merged 1 commit into from
Oct 27, 2021

Conversation

sunnyw1212
Copy link

@sunnyw1212 sunnyw1212 commented Sep 30, 2021

Adds dunning_campaign_id to Account, Invoice, and Plan
PUT v2/dunning_campaigns/{dunning_campaign_id}/bulk_update

$dunning_campaign = Recurly_DunningCampaign::get('1234abcd', $this->client);
$dunning_campaign->bulkUpdate(['my_plan_code']);

@sunnyw1212 sunnyw1212 removed the WIP label Oct 4, 2021
@sunnyw1212 sunnyw1212 marked this pull request as ready for review October 4, 2021 18:11
lib/recurly/dunning_cycle.php Show resolved Hide resolved
lib/recurly/dunning_campaign.php Outdated Show resolved Hide resolved
lib/recurly/invoice.php Outdated Show resolved Hide resolved
judith
judith previously approved these changes Oct 14, 2021
@judith judith dismissed their stale review October 18, 2021 15:32

Need to add DunningCampaignList for index endpoint

@sunnyw1212 sunnyw1212 force-pushed the Client-Lib-Updates-V2-For-Dunning-Campaigns branch from 0f96bb4 to 6d49be3 Compare October 25, 2021 23:54
@sunnyw1212 sunnyw1212 force-pushed the Client-Lib-Updates-V2-For-Dunning-Campaigns branch from 3b9a039 to f7bc8ff Compare October 26, 2021 15:20
@judith judith merged commit 9877c92 into v2 Oct 27, 2021
@judith judith deleted the Client-Lib-Updates-V2-For-Dunning-Campaigns branch October 27, 2021 00:50
recurly-integrations pushed a commit that referenced this pull request Oct 27, 2021
[Full Changelog](2.12.22...2.12.23)

**Merged Pull Requests**

- Client lib updates for v2 dunning campaigns [#638](#638) ([sunnyw1212](https://github.com/sunnyw1212))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants