feat: add more payment status
This commit is contained in:
parent
fab8df7c80
commit
1a72f9462b
1 changed files with 2 additions and 0 deletions
|
|
@ -1152,6 +1152,8 @@ model Quotation {
|
||||||
|
|
||||||
enum PaymentStatus {
|
enum PaymentStatus {
|
||||||
PaymentWait
|
PaymentWait
|
||||||
|
PaymentInProcess
|
||||||
|
PaymentRetry
|
||||||
PaymentSuccess
|
PaymentSuccess
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue