diff options
author | claucece <soficeli0@gmail.com> | 2015-09-16 00:26:26 -0500 |
---|---|---|
committer | claucece <soficeli0@gmail.com> | 2015-10-05 22:34:22 -0500 |
commit | e4a012e09a6b16438bd1286b2057aed916a106f7 (patch) | |
tree | 3e4a5d9c81f206083218f20e1e192e2f8b729f92 /engines/billing/app | |
parent | 4b7fdbee260f703c8d09bec60c55003b2c5528bd (diff) |
just played a little
Diffstat (limited to 'engines/billing/app')
-rw-r--r-- | engines/billing/app/views/payments/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/billing/app/views/payments/new.html.erb b/engines/billing/app/views/payments/new.html.erb index 002377c..5eb3e35 100644 --- a/engines/billing/app/views/payments/new.html.erb +++ b/engines/billing/app/views/payments/new.html.erb @@ -20,7 +20,7 @@ var clientToken = "<%= @client_token %>"; braintree.setup(clientToken, "dropin", { container: "payment-form", form: "checkout-form", - coinbase: { container: "payment-form" } + coinbase: { container: "coinbase-container-id" } } ); </script> |