-
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.
- Loading branch information
1 parent
e76fe7f
commit 1d942d4
Showing
8 changed files
with
157 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
HTTP/1.1 200 OK | ||
Content-Type: application/xml; charset=utf-8 | ||
|
||
<?xml version="1.0" encoding="UTF-8"?> | ||
<add_on href="https://api.recurly.com/v2/plans/gold/add_ons/marketing_email"> | ||
<plan href="https://api.recurly.com/v2/plans/gold"/> | ||
<add_on_code>marketing_email</add_on_code> | ||
<name>Marketing Email</name> | ||
<default_quantity type="integer">1</default_quantity> | ||
<display_quantity_on_hosted_page type="boolean">false</display_quantity_on_hosted_page> | ||
<revenue_schedule_type>evenly</revenue_schedule_type> | ||
<liability_gl_account_id>udexyr9hjgkc</liability_gl_account_id> | ||
<revenue_gl_account_id>uelq7rzkydlu</revenue_gl_account_id> | ||
<performance_obligation_id>6</performance_obligation_id> | ||
<unit_amount_in_cents> | ||
<USD type="integer">5</USD> | ||
</unit_amount_in_cents> | ||
<accounting_code>marketing-email</accounting_code> | ||
<avalara_service_type type="integer">600</avalara_service_type> | ||
<avalara_transaction_type type="integer">3</avalara_transaction_type> | ||
<created_at type="datetime">2016-04-19T20:26:03Z</created_at> | ||
</add_on> |
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