This looks like great work. Does anyone know:<p><pre><code> * Approximately how much work it would be to port this to another Python framework (e.g., Flask+WTForms) from Django?
* If something like this already exists in Python in a more framework-agnostic form?</code></pre>
See also:<p><a href="http://github.com/hiidef/hiicart" rel="nofollow">http://github.com/hiidef/hiicart</a><p>Built as a Django shopping cart, but talks to Paypal, Auth.net, Braintree, Amazon, and Google Checkout
Thanks for releasing this just <i>after</i> I finish up a Django e-commerce project. ;)<p>Seriously though, looks like this will come in handy in the future.
Any idea if this app will handle stripe in the near future?<p>After a lot of initial enthusiasm I don't hear any mention of stripe in payment threads any longer. I was thinking of using it but haven't yet had the time to dig in. If not, perhaps this app would be helpful to look at for implementation strategy?
For Authorize.NET CIM support (not in merchant yet) see django-authorizenet: <a href="https://github.com/zen4ever/django-authorizenet" rel="nofollow">https://github.com/zen4ever/django-authorizenet</a>.
One question -- does it work with Paypal Websites Standard?<p>I have been manually integrating with Paypal until now and it is painful; so thanks for this project.
Awesome. We will be adding Samurai in the near future, but aren't there yet. If anyone wants to contribute, drop me a line<p><a href="https://samurai.feefighters.com/developers" rel="nofollow">https://samurai.feefighters.com/developers</a>