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

Mispaid order status #1

Closed aleles closed 10 years ago

aleles commented 10 years ago

When the amount paid is less than the order amount, then the callback status is "mispaid" which doesn't bind right.

bchavez commented 10 years ago

Could you please provide a stack trace? Perhaps a dump of the HTTP POST/GET that is causing the issue?

Thanks, Brian

aleles commented 10 years ago

I think any callback request with "status":"mispaid" will reproduce it since the Coinbase.Status enum doesn't have a value for it.

On Thu, Jan 23, 2014 at 7:10 PM, Brian Chavez notifications@github.comwrote:

Could you please provide a stack trace? Perhaps a dump of the HTTP POST/GET that's causing the issue?

Thanks, Brian

— Reply to this email directly or view it on GitHubhttps://github.com/bchavez/Coinbase/issues/1#issuecomment-33188484 .

bchavez commented 10 years ago

Added support for "mispaid" in ec8950eea721256b38dafe289a4457c593f481b9

Please pull the latest from nuget and let me know if it works for you:

http://www.nuget.org/packages/Coinbase/

Thanks, Brian

aleles commented 10 years ago

It works! Thank you!

On Thu, Jan 23, 2014 at 11:31 PM, Brian Chavez notifications@github.comwrote:

Added support for "mispaid" in ec8950ehttps://github.com/bchavez/Coinbase/commit/ec8950eea721256b38dafe289a4457c593f481b9

Please pull the latest from nuget and let me know if it works for you:

http://www.nuget.org/packages/Coinbase/

Thanks, Brian

— Reply to this email directly or view it on GitHubhttps://github.com/bchavez/Coinbase/issues/1#issuecomment-33198608 .