summaryrefslogtreecommitdiff
path: root/postgresqleu/stripepayment/util.py
AgeCommit message (Collapse)Author
2023-07-25BREAKING CHANGE: Allow the currency format to be configurable.Dave Page
This change allows the currency format to be configured in the instance. This allows us to use alternate symbols (e.g. £), and to format amounts using the format required in different jurisdictions. The currency format is set to Euro by default. Note that this change requires an update to any Jinja templates that use the currency_format tag. This must be changed to format_currency.
2019-07-08Initial support for Stripe paymentsMagnus Hagander
No support for payout tracking yet, since Stripe makes it impossible to test that until 7 days after you sign up for the test account...