Update Payment VA

This commit is contained in:
aditya.siregar
2024-10-15 11:52:34 +07:00
parent d458f0649d
commit 764ea68bf9
17 changed files with 697 additions and 81 deletions
+3 -3
View File
@@ -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",