mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
add metadata to ignore audit logging in payment events
This commit is contained in:
@@ -169,13 +169,13 @@ export class CbeBillService {
|
||||
async pay(dto: CbePaymentRequestDto): Promise<CbePaymentResponseDto> {
|
||||
this.assertEnabled();
|
||||
|
||||
this.logger.log({
|
||||
msg: "cbe.payment.request",
|
||||
billId: dto.Bill_Id,
|
||||
endToEndTxnId: dto.End_To_End_Txn_Id,
|
||||
cbeTxnRef: dto.Cbe_Txn_Ref,
|
||||
request: dto,
|
||||
});
|
||||
// this.logger.log({
|
||||
// msg: "cbe.payment.request",
|
||||
// billId: dto.Bill_Id,
|
||||
// endToEndTxnId: dto.End_To_End_Txn_Id,
|
||||
// cbeTxnRef: dto.Cbe_Txn_Ref,
|
||||
// request: dto,
|
||||
// });
|
||||
|
||||
// §6.5 idempotency on CBE's per-attempt id, in order.
|
||||
const prior = await this.cbeBillRepository.findByEndToEndTxnId(
|
||||
|
||||
Reference in New Issue
Block a user