Block a user
Anna Sirota
commented on pull request infrastructure/extensions-website#152
2024-05-27 17:36:45 +02:00
Use a materialized Extension.latest_version field instead of a dynamic property
Extension.objects.bulk_update(.., fields={'latest_version'})
Anna Sirota
commented on pull request infrastructure/extensions-website#152
2024-05-27 17:36:45 +02:00
Use a materialized Extension.latest_version field instead of a dynamic property
select_related
missing for .file
Anna Sirota
commented on pull request infrastructure/extensions-website#152
2024-05-27 17:36:45 +02:00
Use a materialized Extension.latest_version field instead of a dynamic property
"below"?
Anna Sirota
commented on pull request infrastructure/extensions-website#152
2024-05-27 17:36:45 +02:00
Use a materialized Extension.latest_version field instead of a dynamic property
should a separate commit, out of scope
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-27 15:38:31 +02:00
c226927744
Delay checkout.session.completed 30 sec to avoid clashing with handling at success page
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-27 15:00:10 +02:00
808346ee0a
Remove unused
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-27 14:58:42 +02:00
e47d410877
Rename to checkout_data
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-27 14:28:23 +02:00
75aee17701
Only show product in the product table if featured
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-27 14:10:21 +02:00
b166cfd05e
Handle checkout.session.async_payment_succeeded, show Bank transfer in the invoice
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-27 13:20:37 +02:00
5c7865c63a
Invoice: show Stripe's bank transfer instructions
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-27 12:00:10 +02:00
Compare 3 commits »
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-27 10:25:12 +02:00
062cfa4b41
Make invoice more similar to Studio's
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-24 19:11:23 +02:00
c44e0a2feb
Remove unused
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-24 19:00:48 +02:00
e73be15787
Update migration
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-24 18:57:09 +02:00
2d41ca3e1f
Test full refund
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-24 17:19:26 +02:00
313a1471b8
Merge branch 'main' into invoice-with-vat-and-pdf
26fb82755b
Upgrade Stripe SDK to 9.8.0
Anna Sirota
pushed to invoice-with-vat-and-pdf at infrastructure/conference-website
2024-05-24 17:16:04 +02:00
3bdab4b096
WIP Checkout session with customer (for bank transfer support)