Cretezy / braintree-web-drop-in-react

React component for Braintree Web Drop-In (v3)
MIT License
71 stars 23 forks source link

Can not test using paypal sandbox #325

Open sergeyClover opened 2 years ago

sergeyClover commented 2 years ago

Hi! I cant seem to find a way to test paypal payments using paypal sandbox. Every time the checkout.js is loaded from paypal.com using parameter env="production". I would like to find a way to test the payments using accounts created in paypal sandbox console. Is there an attribute that can be changed to set the environment to "sandbox", because i cant seem to find it.

Thank you in advance.