zulip/zerver/webhooks/stripe/fixtures
Hemanth V. Alluri 7e7847b55a webhooks/stripe: Add support for pyr_ events.
"pyr_" events are like refund events some source called it a pseudo
refund event (https://stackoverflow.com/questions/46296374/how-can-
i-get-the-original-charge-and-refund-ids-of-an-automatic-payout).
Though due to the lack of any documentation on this event I'm not
confident if this is the right fix.

Signed-off-by: Hemanth V. Alluri <hdrive1999@gmail.com>
2020-05-14 12:02:30 -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_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