summaryrefslogtreecommitdiff
path: root/postgresqleu/stripepayment/models.py
AgeCommit message (Collapse)Author
2020-04-01Specify on_delete for all ForeignKey and OneToOneFieldsMagnus Hagander
This was already done once in 8289e05cd but had not been properly maintained.
2019-07-12Add basic support for Stripe payoutsMagnus Hagander
This is not complete as we don't know exactly what a transfer will look like on the bank side of things, but should work for everything except managed bank accounts.
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...