integrations: Add webhook code, API endpoint, and tests for stripe.

This integration still needs documentation.
This commit is contained in:
AZtheAsian
2016-12-03 10:51:33 -07:00
committed by Tim Abbott
parent 0290aeb6ab
commit 441743cb89
7 changed files with 326 additions and 2 deletions

View File

@@ -127,6 +127,7 @@ WEBHOOK_INTEGRATIONS = [
WebhookIntegration('semaphore'),
WebhookIntegration('sentry'),
WebhookIntegration('stash'),
WebhookIntegration('stripe', display_name='Stripe'),
WebhookIntegration('taiga'),
WebhookIntegration('teamcity'),
WebhookIntegration('transifex'),