hpp #1

Merged
aefril merged 5 commits from hpp into main 2026-04-26 16:08:02 +00:00
Showing only changes of commit 8efa644680 - Show all commits

View File

@ -185,7 +185,7 @@ type CreatePaymentRequest struct {
type CreatePaymentOrderItemRequest struct {
OrderItemID uuid.UUID `json:"order_item_id" validate:"required"`
Amount float64 `json:"amount" validate:"required,min=0"`
Amount float64 `json:"amount" validate:"min=0"`
}
type PaymentResponse struct {