Browse Source

결제금액

marseyes 2 years ago
parent
commit
a9b40d6610

+ 0 - 1
src/main/java/com/oqpo/api/web/dto/request/loanmng/EasypayPaymentCreateRequest.java

@@ -15,7 +15,6 @@ public class EasypayPaymentCreateRequest {
15 15
     @NotEmpty
16 16
     private String storeId;
17 17
     @ApiModelProperty(value = "결제금액")
18
-    @NotEmpty
19 18
     private Long goodsAmt;
20 19
 
21 20
 }