-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #341 from recurly/api_version_2_8
Bump 2.11.0, API Version 2.8
- Loading branch information
Showing
10 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<subscription><account><account_code>1</account_code><billing_info><month>1</month><number>4111-1111-1111-1111</number><year>2014</year></billing_info><email>[email protected]</email><first_name>Verena</first_name><last_name>Example</last_name></account><currency>EUR</currency><customer_notes>Some Customer Notes</customer_notes><plan_code>gold</plan_code><terms_and_conditions>Some Terms and Conditions</terms_and_conditions></subscription> | ||
<subscription><account><account_code>1</account_code><billing_info><month>1</month><number>4111-1111-1111-1111</number><year>2014</year></billing_info><email>[email protected]</email><first_name>Verena</first_name><last_name>Example</last_name></account><currency>EUR</currency><customer_notes>Some Customer Notes</customer_notes><imported_trial>true</imported_trial><plan_code>gold</plan_code><terms_and_conditions>Some Terms and Conditions</terms_and_conditions></subscription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<subscription><account><account_code>1</account_code><billing_info><token_id>abc123</token_id></billing_info><email>[email protected]</email><first_name>Verena</first_name><last_name>Example</last_name></account><currency>EUR</currency><customer_notes>Some Customer Notes</customer_notes><plan_code>gold</plan_code><terms_and_conditions>Some Terms and Conditions</terms_and_conditions></subscription> | ||
<subscription><account><account_code>1</account_code><billing_info><token_id>abc123</token_id></billing_info><email>[email protected]</email><first_name>Verena</first_name><last_name>Example</last_name></account><currency>EUR</currency><customer_notes>Some Customer Notes</customer_notes><imported_trial>true</imported_trial><plan_code>gold</plan_code><terms_and_conditions>Some Terms and Conditions</terms_and_conditions></subscription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<subscription><account><account_code>1</account_code><billing_info><month>1</month><number>4111-1111-1111-1111</number><year>2014</year></billing_info><email>[email protected]</email><first_name>Verena</first_name><last_name>Example</last_name></account><bulk>true</bulk><currency>EUR</currency><customer_notes>Some Customer Notes</customer_notes><plan_code>gold</plan_code><terms_and_conditions>Some Terms and Conditions</terms_and_conditions></subscription> | ||
<subscription><account><account_code>1</account_code><billing_info><month>1</month><number>4111-1111-1111-1111</number><year>2014</year></billing_info><email>[email protected]</email><first_name>Verena</first_name><last_name>Example</last_name></account><bulk>true</bulk><currency>EUR</currency><customer_notes>Some Customer Notes</customer_notes><imported_trial>true</imported_trial><plan_code>gold</plan_code><terms_and_conditions>Some Terms and Conditions</terms_and_conditions></subscription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<subscription><account><account_code>1</account_code></account><collection_method>manual</collection_method><currency>EUR</currency><net_terms>10</net_terms><plan_code>gold</plan_code><po_number>1000</po_number></subscription> | ||
<subscription><account><account_code>1</account_code></account><collection_method>manual</collection_method><currency>EUR</currency><net_terms>10</net_terms><plan_code>gold</plan_code><po_number>1000</po_number></subscription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
currency: 'EUR', | ||
terms_and_conditions: 'Some Terms and Conditions', | ||
customer_notes: 'Some Customer Notes', | ||
imported_trial: true, | ||
account: { | ||
account_code: '1', | ||
email: '[email protected]', | ||
|