Closed MSIH closed 3 years ago
<PackageReference Include="Braintree" Version="5.6.0" />
I am not able to call await gateway.Transaction.Sale
await gateway.Transaction.Sale
Try await gateway.Transaction.SaleAsync instead :)
await gateway.Transaction.SaleAsync
https://github.com/braintree/braintree_dotnet/blob/ad287a6a92e329b9ffe2a4c2eee48dc4b8e0ed1e/src/Braintree/TransactionGateway.cs#L172-L178
Thanks. maybe update the readme?
General information
<PackageReference Include="Braintree" Version="5.6.0" />
Issue description
I am not able to call
await gateway.Transaction.Sale