Skip to content

Commit

Permalink
Update webhook signals list (dj-stripe#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano authored and therefromhere committed Nov 8, 2019
1 parent 7f03fd5 commit d891fbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions djstripe/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,14 @@
"issuing_settlement.updated",
"issuing_transaction.created",
"issuing_transaction.updated",
"mandate.updated",
"order.created",
"order.payment_failed",
"order.payment_succeeded",
"order.updated",
"order_return.created",
"payment_intent.amount_capturable_updated",
"payment_intent.canceled",
"payment_intent.created",
"payment_intent.payment_failed",
"payment_intent.succeeded",
Expand Down Expand Up @@ -131,6 +133,7 @@
"reporting.report_type.updated",
"review.closed",
"review.opened",
"setup_intent.canceled",
"setup_intent.created",
"setup_intent.setup_failed",
"setup_intent.succeeded",
Expand Down

0 comments on commit d891fbb

Please sign in to comment.