malixsys / Spreedly.Net

A library to encapsulate simple usage of SpreedlyCore.com's API
Apache License 2.0
4 stars 3 forks source link

Transaction error handling #1

Closed philjones88 closed 10 years ago

philjones88 commented 11 years ago

Hi there,

Got everything setup and am following the guide here:

https://spreedlycore.com/manual/payment-method-validation

I come to the "Re-Processing Sensitive Data" section and I notice your transaction model doesn't have many of the XML fields that Core returns?

Also, with C# and ASP.NET MVC do you have any advice on how to handle their love of calling_there_properties_with_underscores ?

Sorry, bit of a noob with Core and discovered your package via NuGet!

malixsys commented 10 years ago

Sorry, was not monitoring this... :) Properties_with_underscore is a Rails/Node thing, I don't mind one way or the other...

As for the fields, I had only implemented the ones I used. Feel free to submit a PR?