-
Notifications
You must be signed in to change notification settings - Fork 5
Support for Stripe and Authorize.Net #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Also removed AmountInDecimal from ProcessPaymentRequest. I don't think the api wrapper should try to handle currency corrections. User should know what the Spreedly currency unit is for their case.
Also fix build error in PaymentModule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is something i use, why has this been removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to me that unit conversions should be the responsibility of the user rather than the library. This property would be useful (and missleading) for users working in non-base100 currencies.
If you want to keep it in the library maybe move it into a separate extension.
Also update request names to verbs
This is ugly, but I don't know of a better work around except IXmlSerializable
|
This branch has a bunch of features I need for my project. It is dependent on PR #17 |
No description provided.