Ruby on Rails Sunday, May 6, 2018



On Saturday, May 5, 2018 at 12:59:45 PM UTC-4, Ralph Shnelvar 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-ta...@googlegroups.com.
To post to this group, send email to
rubyonra...@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

I was relying on getting a credentials error from Sandbox then I was gonna proceed with my credentials 

--
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/a297d37a-b082-4fe4-8598-2ba630b2b324%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment