Conversation
There was a problem hiding this comment.
Figaro looks good. It doesn't look like you applied it anywhere though. ❓
There was a problem hiding this comment.
I didn't commit the figaro file because I didn't want my API keys in the repo.
We could add one with some example keys though so people aren't' confused.
I faked out some keys in this file which you could commit.
Brian
Brian Loomis (208) 336-2586
http://www.customated.com
On Tuesday, November 19, 2013 at 8:48 AM, D. R. Henner wrote:
In Gemfile:
@@ -20,6 +20,7 @@ gem 'compass', '
> 0.12.2' > gem 'compass-rails' > gem 'chronic' > gem 'dalli'#, '> 1.0.2' > +gem 'figaro'
Figaro looks good. It doesn't look like you applied it anywhere though.—
Reply to this email directly or view it on GitHub (https://github.com/drhenner/stripe_commerce/pull/3/files#r7761082).
|
I am using ROR-e framework to implement shopping cart.I found critical issue# |
|
It stores both depending on if you are logged in or not I'll test it out but it should work I am using ROR-e framework to implement shopping cart.I found critical issue# — |
|
Thanks David for response.I tested on Tonx.org, implementation of ROR-E and Also, we are planning got use your Stipe_Commerce and would like to make On Thu, Apr 10, 2014 at 6:21 PM, D. R. Henner notifications@github.comwrote:
|
|
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 it in a bike accident) As for a payment, Lets chat outside of github. drhenner [at] ror-e.com Dave |
|
@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 issues ping me. I have to run to brunch! |
|
David, I tested it manually couple of time and i can reproduce it on demo version Regards, On Sun, Apr 13, 2014 at 2:46 PM, D. R. Henner notifications@github.comwrote:
|
|
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... 😦 |


Added some variant SKU in many places to ease tracking of variants in cart and orders.