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

adding bulk parameter to postpone #105

Merged
merged 1 commit into from
Sep 26, 2014
Merged

Conversation

bhelx
Copy link
Contributor

@bhelx bhelx commented Sep 10, 2014

Adding a bulk parameter to the #postpone method. Needs tests. Not supported in API yet.

Approvers: @drewish

@bhelx bhelx changed the title [WIP] adding bulk parameter to postpone adding bulk parameter to postpone Sep 25, 2014
@@ -90,8 +90,8 @@ private function terminate($refundType) {
$this->_save(Recurly_Client::PUT, $this->uri() . '/terminate?refund=' . $refundType);
}

public function postpone($nextRenewalDate) {
$this->_save(Recurly_Client::PUT, $this->uri() . '/postpone?next_renewal_date=' . $nextRenewalDate);
public function postpone($nextRenewalDate, $bulk = False) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's make this false for consistency.

@bhelx bhelx force-pushed the add_bulk_field_to_postpone branch 5 times, most recently from 4ecbcfb to b0a738c Compare September 25, 2014 21:01
@bhelx bhelx force-pushed the add_bulk_field_to_postpone branch from b0a738c to de2365b Compare September 25, 2014 21:45
@drewish
Copy link

drewish commented Sep 26, 2014

+1

drewish added a commit that referenced this pull request Sep 26, 2014
@drewish drewish merged commit dfa6fc4 into master Sep 26, 2014
@drewish drewish deleted the add_bulk_field_to_postpone branch September 26, 2014 18:08
@bhelx bhelx added the V2 V2 Client label Mar 3, 2020
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.

2 participants