Ruby on Rails
Saturday, May 5, 2018
BrainTree docs say to use this example but when I click "Purchase" nothing happens
-- <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Checkout</title> </head> <body> <form id="payment-form" action="/" method="post"> <script src="https://js.braintreegateway.com/web/dropin/1.10.0/js/dropin.min.js" data-braintree-dropin-authorization="CLIENT_AUTHORIZATION" data-paypal.flow="checkout" data-paypal.amount="10.00" data-paypal.currency="USD" data-paypal-credit.flow="vault" ></script> <input type="submit" value="Purchase"></input> </form> </body> </html>
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/cbea5761-6cc4-48b6-be04-3dcc03b1cc3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment