Skip to content

Commit a61c7ce

Browse files
committed
checkstyle-11.0.0 compatibility
1 parent deda4eb commit a61c7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/aoapps/payments/payflowPro/PayflowPro.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ private AuthorizationResult authorizeOrSale(TransactionRequest transactionReques
347347
CardTender cardTender = new CardTender(ppCreditCard);
348348

349349
// ClientInfo
350-
//ClientInfo clientInfo = new ClientInfo();
350+
// ClientInfo clientInfo = new ClientInfo();
351351

352352
// RequestID: Use orderNumber if available, fall-back to PayflowUtility
353353
String requestId;
@@ -364,7 +364,7 @@ private AuthorizationResult authorizeOrSale(TransactionRequest transactionReques
364364
} else {
365365
throw new AssertionError("Unexpected value for trxType: " + trxType);
366366
}
367-
//transaction.setClientInfo(clientInfo);
367+
// transaction.setClientInfo(clientInfo);
368368

369369
/* TODO: Don't know what to do with these:
370370
try {

0 commit comments

Comments
 (0)