Changeset 3275079
- Timestamp:
- 04/16/2025 07:17:02 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
engagebay-woocommerce-addon/tags/4.2.1/actions/class-engagebay-wc-cron-actions.php
r3274076 r3275079 158 158 if (!$engagebay_product) { 159 159 $engagebay_product = EngageBay_WC_Api::create_product($engagebay_contact['owner_id'], $product); 160 } else { 161 $engagebay_product = EngageBay_WC_Api::update_product($engagebay_product['id'], $engagebay_contact['owner_id'], $product); 162 } 160 } 161 // else { 162 // $engagebay_product = EngageBay_WC_Api::update_product($engagebay_product['id'], $engagebay_contact['owner_id'], $product); 163 // } 163 164 164 165 if (isset($engagebay_contact['id']) && isset($engagebay_product['id'])) {
Note: See TracChangeset
for help on using the changeset viewer.