Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit be84581

Browse files
authoredJun 19, 2023
Update CouponController.cs
1 parent 2155796 commit be84581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Services/Coupon/Coupon.API/Controllers/CouponController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public async Task<ActionResult<CouponDto>> GetCouponByCodeAsync(string code)
5454

5555
var couponDto = _mapper.Translate(coupon);
5656

57-
// Add LogInformation call
57+
_logger.LogInformation("Applying coupon {CouponCode}", code);
5858

5959
return couponDto;
6060
}

0 commit comments

Comments
 (0)
Please sign in to comment.