Sha256: 34c26a4409e60e060fb3c38d6a56be6ba592f1f050886d0de791ed307eb2b1b4
Contents?: true
Size: 1.11 KB
Versions: 11
Compression:
Stored size: 1.11 KB
Contents
module StripeLocal module Webhook InvalidEventType = Class.new(StandardError) TYPE_LIST = [ 'account.updated', 'account.application.deauthorized', 'charge.succeeded', 'charge.failed', 'charge.refunded', 'charge.dispute.created', 'charge.dispute.updated', 'charge.dispute.closed', 'customer.created', 'customer.updated', 'customer.deleted', 'customer.subscription.created', 'customer.subscription.updated', 'customer.subscription.deleted', 'customer.subscription.trial_will_end', 'customer.discount.created', 'customer.discount.updated', 'customer.discount.deleted', 'invoice.created', 'invoice.updated', 'invoice.payment_succeeded', 'invoice.payment_failed', 'invoiceitem.created', 'invoiceitem.updated', 'invoiceitem.deleted', 'plan.created', 'plan.updated', 'plan.deleted', 'coupon.created', 'coupon.updated', 'coupon.deleted', 'transfer.created', 'transfer.paid', 'transfer.updated', 'transfer.failed', 'balance.available', 'ping' ] end end
Version data entries
11 entries across 11 versions & 1 rubygems