zulip/zerver/webhooks/stripe/fixtures
Hemanth V. Alluri 9a9c1e0794 webhooks/stripe: Fix the invoice_created event.
The previous code for this event was using a key that's not actually
a part of the payload. So here we simple remove the usage of that key
and add a (previously missing) test for this event.

Signed-off-by: Hemanth V. Alluri <hdrive1999@gmail.com>
2020-06-03 17:18:43 -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 cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
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 tests: Adjust to new changes in populate_db. 2019-07-31 16:01:37 -07:00
invoice_created.json webhooks/stripe: Fix the invoice_created event. 2020-06-03 17:18:43 -07:00
invoice_payment_failed.json Revert "webhooks/stripe: Handle invoice events explicitly." 2019-02-04 12:18:47 -08:00
invoice_updated__open.json webhooks/stripe: Add fixtures for invoice and invoiceitem updates. 2019-06-14 15:55:07 -07:00
invoice_updated__paid.json webhooks/stripe: Add fixtures for invoice and invoiceitem updates. 2019-06-14 15:55:07 -07:00
invoiceitem_created.json webhooks/stripe: Add fixture and test for invoiceitem.created. 2019-02-05 18:40:38 -03:30
invoiceitem_updated__description.json webhooks/stripe: Add fixtures for invoice and invoiceitem updates. 2019-06-14 15:55:07 -07:00
invoiceitem_updated__quantity.json webhooks/stripe: Add fixtures for invoice and invoiceitem updates. 2019-06-14 15:55:07 -07:00
pseudo_refund_event.json webhooks/stripe: Add support for pyr_ events. 2020-05-14 12:02:30 -07:00
refund_event.json webhooks/stripe: Update refund updated event message. 2020-05-14 12:02:30 -07:00