Skip to content

Commit fd2c11a

Browse files
authored
Corrected CreateGooglePayTransaction
1 parent c9b7033 commit fd2c11a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/net/authorize/sample/MobileInAppTransactions/CreateGooglePayTransaction.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ public static ANetApiResponse run(String apiLoginId, String transactionKey, Doub
5353
transactionRequest.setAmount(BigDecimal.valueOf(amount));
5454
transactionRequest.setTransactionType(TransactionTypeEnum.AUTH_CAPTURE_TRANSACTION.value());
5555
transactionRequest.setPayment(paymentType);
56+
transactionRequest.setLineItems(lineItems);
57+
transactionRequest.setTax(tax);
58+
transactionRequest.setUserFields(userFields);
5659

5760
CreateTransactionRequest apiRequest = new CreateTransactionRequest();
5861
apiRequest.setTransactionRequest(transactionRequest);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy