Commit Graph

11 Commits

Author SHA1 Message Date
Adrià Casajús 99ce10a1bc
Send email to users with a subscription and a partner plan upgrade (#1101)
* Send email to users with a subscription and a partner plan upgrade

* Update double-subscription-partner.html

* Update double-subscription-partner.txt.jinja2

Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
Co-authored-by: Son Nguyen Kim <nguyenkims@users.noreply.github.com>
2022-06-20 14:34:20 +02:00
Son 372466ab06 do not use flask-sqlalchemy
- add __tablename__ for all models
- use sa and orm instead of db
- rollback all changes in tests
- remove session in @app.teardown_appcontext
2021-10-12 14:36:47 +02:00
Son Nguyen Kim 5ac78f2694 reformat 2021-09-08 11:29:55 +02:00
Son NK 7ab64d9768 add more logging 2021-03-22 15:52:48 +01:00
Son NK 6557b7157f handle the Paddle 147 error 2020-10-12 17:37:04 +02:00
Son NK ca6350cc27 optimize import in all files 2020-04-25 13:49:39 +02:00
Son NK 9b91f4a4a4 support changing plan 2020-04-12 19:43:07 +02:00
Son NK 3ef7285288 reduce logging level 2020-03-09 09:48:33 +01:00
Son NK 1acbf173ea Handle subscription cancel directly 2020-03-08 10:28:13 +01:00
Son NK 026fe4addd get_subscription should only return *active* subscription. 2020-01-01 19:46:35 +01:00
Son NK 4a56d2eef5 add billing and pricing page 2019-12-15 18:55:13 +02:00