zulip/zerver/webhooks/stripe/fixtures
Eeshan Garg 0076b71411 webhooks/stripe: Ignore account updates with insufficient data.
Certain payloads for account updates do not include the
previous_attributes that allow us to figure out what was actually
updated. So, we just ignore just payloads.
2019-04-04 15:21:47 -07:00
..
account_updated_without_previous_attributes.json webhooks/stripe: Ignore account updates with insufficient data. 2019-04-04 15:21:47 -07:00
charge_dispute_closed.json
charge_dispute_created.json
charge_failed.json
charge_succeeded__card.json integrations/stripe: Fix bug in charge.succeeded. 2018-12-02 00:25:52 -08:00
charge_succeeded__invoice.json integrations/stripe: Fix bug in charge.succeeded. 2018-12-02 00:25:52 -08:00
customer_created.json
customer_created_email.json
customer_deleted.json
customer_discount_created.json webhooks/stripe: Handle customer.discount events properly. 2018-11-28 14:16:33 -08:00
customer_subscription_created.json webhooks/stripe: Update fixture for customer_subscription_created. 2018-12-06 11:29:16 -08:00
customer_subscription_deleted.json
customer_subscription_trial_will_end.json
customer_subscription_updated.json webhooks/stripe: Format timestamps as dates. 2018-12-06 11:29:16 -08:00
customer_updated__account_balance.json webhooks/stripe: Update how we handle updated events. 2018-12-06 11:29:16 -08:00
invoice_payment_failed.json Revert "webhooks/stripe: Handle invoice events explicitly." 2019-02-04 12:18:47 -08:00
invoiceitem_created.json webhooks/stripe: Add fixture and test for invoiceitem.created. 2019-02-05 18:40:38 -03:30