File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/aoapps/payments/payflowPro Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments