Skip to content

Commit 8626978

Browse files
committed
update comment
1 parent afce8bf commit 8626978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payments-api/src/main/java/com/intuit/payment/services/ChargeService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public Refund getRefund(String chargeId, String refundId) throws BaseException {
273273
*/
274274
public Refund voidTransaction(String chargeRequestId) throws BaseException {
275275

276-
logger.debug("Enter ChargeService::refund");
276+
logger.debug("Enter ChargeService::voidTransaction");
277277

278278
if (StringUtils.isBlank(chargeRequestId)) {
279279
logger.error("IllegalArgumentException {}", chargeRequestId);

0 commit comments

Comments
 (0)