Buford Taylor
Buford Taylor
Should work smoothly like normal ``` add_column :projects, :comments_count, :integer, :default => 0 Project.all.find_each do |p| Project.update_counters p.id, :comments_count => p.root_comments.length end ``` then in comment.rb ``` belongs_to :commentable, :polymorphic...
You might want to check out https://github.com/braintree/braintree-web/issues/642
Half the internet uses React. Some docs would be great.
Also to note: I've been using Braintree for the last 7 years with paypal subscriptions and the subscriptions go to Braintree just fine, but I've been using the 'drop-in' solution.
Based on the above, I'm led to believe that is has to be somewhere inside Paypal.com itself, hidden in a config area. I just have no way to check what...
I'm experiencing the same problem.