Add void print
This commit is contained in:
@@ -6,6 +6,7 @@ const (
|
||||
New PaymentStatus = "NEW"
|
||||
Paid PaymentStatus = "PAID"
|
||||
Cancel PaymentStatus = "CANCEL"
|
||||
Refund PaymentStatus = "REFUND"
|
||||
)
|
||||
|
||||
func (b PaymentStatus) toString() string {
|
||||
|
||||
Reference in New Issue
Block a user