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