TWEB-143: woo order to salesforce

This commit is contained in:
Tony Volpe
2024-10-29 10:09:41 -04:00
parent 6a0bf4234e
commit 66268c4512

View File

@@ -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');