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

Adds PayPal and Amazon support to Recurly_BillingInfo #104

Merged
merged 1 commit into from
Sep 11, 2014

Conversation

chrissrogers
Copy link
Member

Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
array('PUT', '/accounts/abcdef1234567890/billing_info', 'billing_info/show-200.xml'),
array('DELETE', '/accounts/abcdef1234567890/billing_info', 'billing_info/destroy-204.xml'),
array('DELETE', 'https://api.recurly.com/v2/accounts/abcdef1234567890/billing_info', 'billing_info/destroy-204.xml'),
);
}

public function testGetAccount() {
public function testGetBillingInfo() {
Copy link

Choose a reason for hiding this comment

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

Ah, thanks for noticing that.

drewish added a commit that referenced this pull request Sep 11, 2014
Adds PayPal and Amazon support to Recurly_BillingInfo
@drewish drewish merged commit be1a5f3 into master Sep 11, 2014
@drewish drewish deleted the billing-agreements branch September 11, 2014 16:15
@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.

None yet

3 participants