Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
I think this is very confusing and should be changed to:
resource :users do |user|
user.resource :customer
end
|
|
|
|
customer.
|
|
|
|
|
|
payments from authenticated users will be as a Braintree Customer stored in the braintree vault.
|
|
redirect API based from https://github.com/braintree/braintree_ruby_examples/tree/master/rails3_tr_checkout (very little changes were required)
|