Installs and configures tiger_stripe in a Phoenix application.
$ mix tiger_stripe.install
This installer:
- Adds a small Stripe wrapper module that reads env vars
- Adds the default
Stripe.Finchpool to your supervision tree - Adds
Stripe.WebhookPlugto the Phoenix endpoint (beforePlug.Parsers) - Scaffolds a
StripeWebhookControllerwith event handler skeleton - Adds the webhook route to the router