zulip/zerver/webhooks/stripe
Vishnu KS dabbc3445a webhooks: Properly format the currency amount for refunds.
By default all Stripe API amounts are in the currency's smallest unit.
It's upto us to convert it to a bigger unit and show it to the end user.
And refund event used to show the currency in the smallest unit which makes
the output wrong when it comes to most currencies like USD, Europ, INR etc
which uses a bigger unit(eg Dollar instead of Cents) as the standard.
2020-11-29 18:11:24 -08:00
..
fixtures webhooks/stripe: Fix the invoice_created event. 2020-06-03 17:18:43 -07:00
__init__.py
doc.md webhooks: Update Stripe integration. 2018-11-25 23:23:50 -08:00
tests.py webhooks: Properly format the currency amount for refunds. 2020-11-29 18:11:24 -08:00
view.py webhooks: Properly format the currency amount for refunds. 2020-11-29 18:11:24 -08:00