Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #117 from chargify/remove_postbacks
Browse files Browse the repository at this point in the history
Remove references to PostBacks
  • Loading branch information
speric committed Sep 23, 2015
2 parents d44ba60 + 3277312 commit 82eb1b3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 85 deletions.
1 change: 0 additions & 1 deletion doculab/docs/getting-started.textile
Expand Up @@ -21,7 +21,6 @@ h3. 3. Allow Customers to buy Subscriptions
h3. 4. Control access to your app or service

* "Integration Overview":/integration-overview
* Receiving "Post-backs":/post-backs
* Receiving "Webhooks":/webhooks

h3. 5. Manage Subscriptions
Expand Down
80 changes: 0 additions & 80 deletions doculab/docs/post-backs.textile

This file was deleted.

3 changes: 0 additions & 3 deletions doculab/docs/webhooks.textile
@@ -1,7 +1,5 @@
Webhooks offer a way to quickly find out about changes to your Subscriptions that happen within Chargify. You can subscribe to events of interest, and we'll post data to the URL you specify when one of those events occurs.

p(note). Webhooks are recommended over "Post-backs":post-backs for your integration.<br><br>

h2(#asynchronous). Webhooks are Asynchronous

p(note). Webhook events usually get sent quickly, but sometimes there can be a small delay (if you experience a delay longer than a few minutes please contact us).
Expand Down Expand Up @@ -2369,4 +2367,3 @@ h3(#expiration-date-change). expiration_date_change Payload
</code></pre>

"Back to Top":#example-payloads

1 change: 0 additions & 1 deletion doculab/meta/table_of_contents.rb
Expand Up @@ -63,7 +63,6 @@
section "Integrating with your App/Service" do
page "Billing Portal"
page "API Integration"
page "Post-backs"
page "Webhooks"
page "Testing"
page "Exporting Data"
Expand Down

0 comments on commit 82eb1b3

Please sign in to comment.