We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1654f9e commit 213fccbCopy full SHA for 213fccb
1 file changed
README.md
@@ -664,7 +664,7 @@ public static void main( String[] args ) {
664
665
666
TransactionRequestType txnRequest = new TransactionRequestType();
667
- txnRequest.setTransactionType("authOnlyTransaction");
+ txnRequest.setTransactionType(TransactionTypeEnum.AUTH_ONLY_TRANSACTION.value());
668
txnRequest.setPayment(paymentType);
669
txnRequest.setAmount(new BigDecimal(System.currentTimeMillis() % 100));
670
0 commit comments