We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4b012e + 09a18f3 commit c02f140Copy full SHA for c02f140
1 file changed
src/server/plugins/payment/service.js
@@ -50,7 +50,7 @@ export class PaymentService {
50
logger.info(
51
{
52
event: {
53
- module: 'payment',
+ category: 'payment',
54
action: 'create-payment',
55
outcome: 'success',
56
reason: `amount=${amount}`,
@@ -94,7 +94,7 @@ export class PaymentService {
94
95
96
97
98
action: 'get-payment-status',
99
outcome:
100
state.status === 'capturable' || state.status === 'success'
@@ -148,7 +148,7 @@ export class PaymentService {
148
149
150
151
152
action: 'capture-payment',
153
154
0 commit comments