This repository was archived by the owner on Jan 14, 2020. It is now read-only.
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
Origin-js should validate config options #551
Open
Description
We want origin-js to throw an error if any necessary config options are not passed in to the origin-js constructor.
For example, affiliate
and arbitrator
should be required, at a minimum.
This is a safeguard against possibly catastrophic bugs that would result from someone careless (such as myself) forgetting to set an environment variable.