Customer Order
This commit is contained in:
@@ -19,6 +19,7 @@ const (
|
||||
Debit PaymentMethod = "DEBIT"
|
||||
Transfer PaymentMethod = "TRANSFER"
|
||||
QRIS PaymentMethod = "QRIS"
|
||||
Online PaymentMethod = "ONLINE"
|
||||
)
|
||||
|
||||
func (b PaymentMethod) toString() string {
|
||||
|
||||
Reference in New Issue
Block a user