Skip to content

Instantly share code, notes, and snippets.

@SimonHoiberg
Created June 19, 2020 14:22
Show Gist options
  • Save SimonHoiberg/fca04410cf9005debc8d49e0f102fa8a to your computer and use it in GitHub Desktop.
Save SimonHoiberg/fca04410cf9005debc8d49e0f102fa8a to your computer and use it in GitHub Desktop.
const handlerMapping: { [key: string]: Function } = {
'invoice.payment_succeeded': paymentSucceeded,
'invoice.payment_failed': paymentFailed,
'customer.subscription.deleted': subscriptionDeleted,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment