generated from pricelees/issue-pr-template
refactor: CanceledPaymentEntity에 스키마 변경사항 적용
This commit is contained in:
parent
1f3f57ba1c
commit
6bbb35e55f
@ -15,6 +15,10 @@ class CanceledPaymentEntityV2(
|
||||
val requestedAt: LocalDateTime,
|
||||
val canceledAt: OffsetDateTime,
|
||||
val canceledBy: Long,
|
||||
val cancelReason: String?,
|
||||
val cancelReason: String,
|
||||
val cancelAmount: Int,
|
||||
val cardDiscountAmount: Int,
|
||||
val transferDiscountAmount: Int,
|
||||
val easypayDiscountAmount: Int,
|
||||
) : PersistableBaseEntity(id)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user