An implementation of EnvironmentInterface that builds itself from format strings. Use the constants {@link #PRODUCTION} and {@link #SANDBOX} for theappropriate environments. Since merchant ID and merchant key values are different in these environments, it's a good idea to reference this class only when you are creating an {@link ApiContext}, since then you can ensure that all three (id, key, and environment) match.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.