Document payments sanity check and fix demo seed
This commit is contained in:
@@ -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"},
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user