braintree / braintree_dotnet

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

MerchantAccount.All() returns empty collection #91

Closed ErvinsS closed 4 years ago

ErvinsS commented 4 years ago

General information

Issue description

I'm trying to get all MerchantAccounts but when I use code below: (BraintreeGateway) _gateway.MerchantAccount.All(); It returns an empty collection

ErvinsS commented 4 years ago

Never mind it started working. No code changes were done ... very unreliable