feat: add more payment status

This commit is contained in:
Methapon Metanipat 2024-10-24 10:39:38 +07:00
parent fab8df7c80
commit 1a72f9462b

View file

@ -1152,6 +1152,8 @@ model Quotation {
enum PaymentStatus {
PaymentWait
PaymentInProcess
PaymentRetry
PaymentSuccess
}