Document payments sanity check and fix demo seed

This commit is contained in:
2026-02-28 13:28:58 +03:00
parent a150b18fe7
commit db36551211
2 changed files with 138 additions and 2 deletions
@@ -126,10 +126,10 @@ class Command(BaseCommand):
booking=booking,
provider=PaymentProvider.MOYASAR,
defaults={
"status": PaymentStatus.CREATED,
"status": PaymentStatus.INITIATED,
"amount": booking.price_amount,
"currency": booking.currency,
"external_id": "",
"external_id": None,
"metadata": {"note": "Demo payment record"},
},
)