This commit is contained in:
mm 2024-10-21 14:29:48 +05:00
parent 9542490cb2
commit 31b53814a3

View File

@ -61,7 +61,7 @@ func AddAmountTarget(
donatService model.DonatService,
) echo.HandlerFunc {
type AddAmountTargetBody struct {
OrderID model.OrderID `json:"order_id"`
OrderID model.OrderID `json:"orderID"`
}
return func(request echo.Context) error {
ctx := context.Background()