Changeset 2668367
- Timestamp:
- 01/28/2022 03:53:15 PM (4 years ago)
- File:
-
- 1 edited
-
socialproofy/trunk/socialproofy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
socialproofy/trunk/socialproofy.php
r2665795 r2668367 252 252 'body' => $post_data, 253 253 ); 254 $response = wp_remote_post('https://app.socialproofy.io/integrat ion-check', $wpCurlArgs);254 $response = wp_remote_post('https://app.socialproofy.io/integrate/woocommerce/check', $wpCurlArgs); 255 255 $response_data = json_decode(wp_remote_retrieve_body($response), TRUE); 256 256 if ($response_data['status'] == "success") { … … 490 490 ); 491 491 492 $response = wp_remote_post('https://app.socialproofy.io/integrat ion-data', $wpCurlArgs);492 $response = wp_remote_post('https://app.socialproofy.io/integrate/woocommerce/data', $wpCurlArgs); 493 493 if (is_wp_error($response)) { 494 494 return $response->get_error_message();
Note: See TracChangeset
for help on using the changeset viewer.