I am using Braintree's java library within Coldfusion 10. I am running into an issue when I actually try to submit a payment. How would I write this line of code in CF, assuming all of the values I am passing in are the same name.
Result<Transaction> result = gateway.transaction().sale(transactionRequest);
Any help would be greatly appreciated.