Changeset 2635151
- Timestamp:
- 11/25/2021 03:45:47 AM (4 years ago)
- Location:
- raccoon-platform/trunk
- Files:
-
- 5 edited
-
Raccoon-platform.php (modified) (1 diff)
-
Readme.txt (modified) (1 diff)
-
include/Popular_items.php (modified) (2 diffs)
-
include/Related_items.php (modified) (1 diff)
-
include/Session_based.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raccoon-platform/trunk/Raccoon-platform.php
r2635105 r2635151 8 8 * Plugin URI: https://raccoonplatform.com 9 9 * Description: More informed customers reflect more sales. Here are the features you get from using Raccoon. 10 * Version: 4. 4.010 * Version: 4.5.0 11 11 * License: GPLv2 or Later 12 12 * Text Domain: Raccoon-Platform -
raccoon-platform/trunk/Readme.txt
r2635105 r2635151 6 6 Tested up to: 5.7.2 7 7 <<<<<<< .mine 8 Stable tag: 4. 4.08 Stable tag: 4.5.0 9 9 Requires PHP: 7.0 10 10 License: GPLv3 or later -
raccoon-platform/trunk/include/Popular_items.php
r2633844 r2635151 12 12 $apiKey = $client_api; 13 13 $action = 'atc'; 14 $number_items = 4;14 $number_items = 11; 15 15 $headers = array( 16 16 'Content-Type:application/json', … … 43 43 $apiKey = $client_api; 44 44 $action = 'view'; 45 $number_items = 4;45 $number_items = 11; 46 46 $headers = array( 47 47 'Content-Type:application/json', -
raccoon-platform/trunk/include/Related_items.php
r2633844 r2635151 21 21 $apiKay = $client_api; 22 22 $iid = $id; 23 $number_related = 4;23 $number_related = 11; 24 24 $headers = array( 25 25 'Content-Type:application/json', -
raccoon-platform/trunk/include/Session_based.php
r2633844 r2635151 19 19 20 20 $ssid = $session; 21 $number_items = '4';21 $number_items = 11; 22 22 $request = wp_remote_get( 'http://95.111.240.80/log/Production_Logging:callApiSessionBased',array( 'sslverify' => false ) ); 23 23 $response = wp_remote_get('http://95.111.240.80/recommend/sbcf/' . $apiKay . '/' . $ssid . '/' . $number_items . '' );
Note: See TracChangeset
for help on using the changeset viewer.