Skip to content

Commit c02f140

Browse files
authored
Merge pull request #307 from DEFRA/feat/df-634-refine-2
feat/df-634: Revert logging
2 parents a4b012e + 09a18f3 commit c02f140

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/server/plugins/payment/service.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class PaymentService {
5050
logger.info(
5151
{
5252
event: {
53-
module: 'payment',
53+
category: 'payment',
5454
action: 'create-payment',
5555
outcome: 'success',
5656
reason: `amount=${amount}`,
@@ -94,7 +94,7 @@ export class PaymentService {
9494
logger.info(
9595
{
9696
event: {
97-
module: 'payment',
97+
category: 'payment',
9898
action: 'get-payment-status',
9999
outcome:
100100
state.status === 'capturable' || state.status === 'success'
@@ -148,7 +148,7 @@ export class PaymentService {
148148
logger.info(
149149
{
150150
event: {
151-
module: 'payment',
151+
category: 'payment',
152152
action: 'capture-payment',
153153
outcome: 'success',
154154
reason: `amount=${amount}`,

0 commit comments

Comments
 (0)