무통장입금 완료후 부분취소관련
무통장입금후 부분취소가 성공되였는데 cashReceipts도 null이고 cancel객체의 receiptKey속성도 null입니다.취소가 성공되면 자동적으로 취소현금영수증이 발급되고 cashReceipts에 현금영수증 발행 및 취소 이력이 담기는 배열값이 채워지고 cancel객체의 receiptKey속성값도 채워져야 되는게 아닌가요?
cashReceipt: {
type: '지출증빙',
receiptKey: 'evl2J9MNzjkYG57Eba3G4e6aJ9z0xzVpWDOxmA1QXRyZ4gLw',
issueNumber: '158375194',
receiptUrl: 'https://dashboard.tosspayments.com/receipts/cash-receipt/2409301315630393/tvivarepublica?ref=PX',
amount: 128000,
taxFreeAmount: 0
},
cashReceipts: null,
discount: null,
cancels: [
{
transactionKey: '2AFCF7092E131B51008BFBC158D63E51',
cancelReason: '고객 요청',
taxExemptionAmount: 0,
canceledAt: '2024-10-01T15:10:33+09:00',
easyPayDiscountAmount: 0,
receiptKey: null,
cancelStatus: 'DONE',
cancelRequestId: null,
cancelAmount: 1000,
taxFreeAmount: 0,
refundableAmount: 127000
}
],
cashReceipt: {
type: '지출증빙',
receiptKey: 'evl2J9MNzjkYG57Eba3G4e6aJ9z0xzVpWDOxmA1QXRyZ4gLw',
issueNumber: '158375194',
receiptUrl: 'https://dashboard.tosspayments.com/receipts/cash-receipt/2409301315630393/tvivarepublica?ref=PX',
amount: 128000,
taxFreeAmount: 0
},
cashReceipts: null,
discount: null,
cancels: [
{
transactionKey: '2AFCF7092E131B51008BFBC158D63E51',
cancelReason: '고객 요청',
taxExemptionAmount: 0,
canceledAt: '2024-10-01T15:10:33+09:00',
easyPayDiscountAmount: 0,
receiptKey: null,
cancelStatus: 'DONE',
cancelRequestId: null,
cancelAmount: 1000,
taxFreeAmount: 0,
refundableAmount: 127000
}
],
