TWEB-143: woo order to salesforce
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$sf_env = get_option('select-environment');
|
||||
if ($sf_env == 'Full') {
|
||||
if ($sf_env == 'full') {
|
||||
include_once(get_template_directory() . '/helpers/sfconfig-test.php');
|
||||
} else {
|
||||
include_once(get_template_directory() . '/helpers/sfconfig-prod.php');
|
||||
|
||||
Reference in New Issue
Block a user