Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 13 triggers #1194

Merged
merged 3 commits into from
May 29, 2024
Merged

Add support for 13 triggers #1194

merged 3 commits into from
May 29, 2024

Conversation

tlefevre-stripe
Copy link
Contributor

Reviewers

r? @stripe/developer-products
cc @stripe/developer-products

Summary

This PR adds support for 13 triggers:

  • checkout.session.expired
  • charge.dispute.closed
  • charge.dispute.updated
  • credit_note.created
  • credit_note.updated
  • credit_note.voided
  • payment_method.updated
  • payment_intent.processing
  • transfer.created
  • transfer.reversed
  • transfer.updated
  • customer_cash_balance_transaction.created
  • cash_balance.funds_available

And also fixed a typo for the charge.dispute.created event.

Note that in the triggers.go file, the linter automatically added an extra space in all the triggers because customer_cash_balance_transaction.created is too long.

@tlefevre-stripe tlefevre-stripe requested a review from a team as a code owner May 29, 2024 10:00
@tomer-stripe tomer-stripe merged commit 2b8b6f4 into master May 29, 2024
7 checks passed
@tomer-stripe tomer-stripe deleted the tl/triggers-3 branch May 29, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants