bchavez / Coinbase

:moneybag: A .NET/C# implementation of the Coinbase API.
https://developers.coinbase.com/api/v2
MIT License
170 stars 93 forks source link

Nuget package updates and order refund #5

Closed ryanmwilliams closed 9 years ago

ryanmwilliams commented 9 years ago

Nuget packages are updated.

There is also the ability to refund an existing order and send the refunded amount to an address with a certain currency. I tested this with an integration test against the real Coinbase API using real info.

bchavez commented 9 years ago

Hi @ryanmwilliams

Thanks for the pull request.

I've merged your PR, but there were some changes/refactorings I made:

Could you do another refund test to ensure everything is still working? Thanks!

If you can confirm the refund integration test works, I can do a push to Nuget. Otherwise, I'll let this merge sit in master for a bit for more reviewing.

Thanks, Brian