feat: payments working

This commit is contained in:
Pablo Moreno
2025-01-12 23:53:38 +01:00
parent 26e23d47f3
commit 074332092e
8 changed files with 263 additions and 168 deletions
+5
View File
@@ -0,0 +1,5 @@
from django.core.signals import Signal
clear_cart = Signal()
send_order_email = Signal()