Update Payment VA
This commit is contained in:
+3
-3
@@ -2537,7 +2537,7 @@ const docTemplate = `{
|
||||
"type": "integer"
|
||||
},
|
||||
"payment_method": {
|
||||
"$ref": "#/definitions/transaction.PaymentMethod"
|
||||
"$ref": "#/definitions/transaction.Provider"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -2778,7 +2778,7 @@ const docTemplate = `{
|
||||
"type": "integer"
|
||||
},
|
||||
"payment_method": {
|
||||
"$ref": "#/definitions/transaction.PaymentMethod"
|
||||
"$ref": "#/definitions/transaction.Provider"
|
||||
},
|
||||
"status": {
|
||||
"$ref": "#/definitions/order.OrderStatus"
|
||||
@@ -3064,7 +3064,7 @@ const docTemplate = `{
|
||||
"Inactive"
|
||||
]
|
||||
},
|
||||
"transaction.PaymentMethod": {
|
||||
"transaction.Provider": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"CASH",
|
||||
|
||||
Reference in New Issue
Block a user