SuperGoodSoft / solidus_taxjar

Support for using TaxJar to handle tax calculations in Solidus
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

Allow users/merchants to enter a sandbox API token for testing #36

Open Noah-Silvera opened 3 years ago

Noah-Silvera commented 3 years ago

Currently the Taxjar api token is passed through an environment variable. We also need to allow consumers of this extension to enter their Taxjar sandbox API token in an easy way.

This could be accomplished through an UI on the solidus admin. Currently, no UI exists for the extension on the solidus admin side, so this ticket is a good candidate for also creating that basic admin interface.

jarednorman commented 3 years ago

32 begins adding some UI.

jarednorman commented 3 years ago

Solidus provides a preferences system that might be of help here. Typically we prefer to statically define things, but for situations like this it can be convenient to give users the ability store these things in the UI. Would probably want to rely on encrypted preferences if available.

Noah-Silvera commented 2 years ago

Pulled this out of the certification milestone as it is an optional requirement. It's also possible to set via an environment variable at the moment, so we may actually meet the requirement regardless. We shall see when we enter the first round of certification and potentially revisit it down the line.