solidusio / solidus_paypal_braintree

⛔️ [Archived] Use solidus_braintree instead!
https://github.com/solidusio/solidus_braintree
BSD 3-Clause "New" or "Revised" License
37 stars 78 forks source link

Set sandbox mode if environment is sandbox #291

Closed alexblackie closed 3 years ago

alexblackie commented 3 years ago

Currently if environment is passed in the options, it is set to a prototype field and then promptly ignored and never used. This configures the paypal client instance to use sandbox mode (through loading with client-id=sb as per the docs) if the caller has specified the environment to be "sandbox."