dev
This commit is contained in:
parent
9542490cb2
commit
31b53814a3
@ -61,7 +61,7 @@ func AddAmountTarget(
|
|||||||
donatService model.DonatService,
|
donatService model.DonatService,
|
||||||
) echo.HandlerFunc {
|
) echo.HandlerFunc {
|
||||||
type AddAmountTargetBody struct {
|
type AddAmountTargetBody struct {
|
||||||
OrderID model.OrderID `json:"order_id"`
|
OrderID model.OrderID `json:"orderID"`
|
||||||
}
|
}
|
||||||
return func(request echo.Context) error {
|
return func(request echo.Context) error {
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user