TWEB-143: woo order to salesforce
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
include_once(get_template_directory() . '/helpers/secured-content.php');
|
||||
|
||||
add_action( 'gform_after_submission_1', 'post_to_salesforce_and_five9', 10, 2 );
|
||||
function post_to_salesforce_and_five9( $entry, $form ) {
|
||||
@@ -1343,6 +1344,7 @@ add_action('woocommerce_thankyou', function ($order_id) {
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
/**
|
||||
* Retrieve accessories data for a product.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user