diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 0184e97..85b54c7 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -1152,6 +1152,8 @@ model Quotation { enum PaymentStatus { PaymentWait + PaymentInProcess + PaymentRetry PaymentSuccess }