David Henner

Results 62 comments of David Henner

I had a debate with myself about this. On one hand is UI on the other hand is sending the least amount of secure data. If you like the idea...

hmmm. I guess my answer is "it depends". If `shopping_cart_items` are loaded it's best to just do the math in ruby. shopping_cart_items.loaded? ? shopping_cart_items.map(&:total).sum : shopping_cart_items.sum(:total) Also I assume most...

It stores both depending on if you are logged in or not I'll test it out but it should work On Thursday, April 10, 2014 1:30 PM, mkrsqr [email protected] wrote:...

Pravin, I'll try to see what I can do to get this working on the weekend. My arm is getting out of a cast this weekend. (long story but broke...

@mkrsqr the merging carts logic should work now. I have not manually tested this yet but I added test and it appears to work as expected. If you have any...

I didn't deploy this to the demo. I'll get to that later if you want but first I need to do my taxes... :frowning:

I'll be honest. I personally Like stripe.com and feefighers.com. I avoid all CreditCard security issues. Unfortunately, neither are available outside of US and I think Canada right now. Once support...

Storing credit card would never happen on your local servers. However storing CC's is not against the law or PCI. The only way I would implement this is using a...

BTW did you guys know 37signals stored credit card on their own servers for years. They were PCI compliant. They had to get a separate server used only for the...

What is the thought on https://spreedlycore.com/ for outside the United States? I know some people use it in the US and like it.