braintree / braintree_dotnet

Braintree .NET library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
136 stars 73 forks source link

Added overload on async method to include transaction request #108

Closed edtyl3r closed 3 years ago

edtyl3r commented 3 years ago

Summary

If you need to pass the OrderId on the Submit For Settlement (by supplying a TransactionRequest) there was no async method for this. There is an example in the documents here: https://developers.braintreepayments.com/reference/request/transaction/submit-for-settlement/dotnet#specifying-order-id

Checklist

hollabaq86 commented 3 years ago

This will be in the next release, thanks again for the PR!