Also, did you serve the surrounding page under SSL (HTTPS)? Nothing JavaScript is going to deal well with mixed-protocol URLs.
Walter
> On May 5, 2018, at 12:59 PM, Ralph Shnelvar <ralphs@dos32.com> wrote:
>
> fugee,
>
> Did you set up your Braintree (sandbox) account?
>
> Ralph
>
>
> Saturday, May 5, 2018, 10:43:18 AM, you wrote:
>
>
> 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.
>
>
>
>
> Ralph
>
> --
> 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/714336979.20180505105917%40dos32.com.
> For more options, visit https://groups.google.com/d/optout.
--
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/7175DC93-D4E1-4EA9-8142-8387AF5E9387%40wdstudio.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment