Changeset 2821828
- Timestamp:
- 11/22/2022 03:57:59 AM (3 years ago)
- Location:
- redbox-pickup
- Files:
-
- 3 edited
- 8 copied
-
tags/1.30 (copied) (copied from redbox-pickup/trunk)
-
tags/1.30/admin/config.php (copied) (copied from redbox-pickup/trunk/admin/config.php)
-
tags/1.30/admin/new_method.php (copied) (copied from redbox-pickup/trunk/admin/new_method.php)
-
tags/1.30/css/front.css (copied) (copied from redbox-pickup/trunk/css/front.css)
-
tags/1.30/front/front.php (copied) (copied from redbox-pickup/trunk/front/front.php) (2 diffs)
-
tags/1.30/js/front.js (copied) (copied from redbox-pickup/trunk/js/front.js)
-
tags/1.30/readme.txt (copied) (copied from redbox-pickup/trunk/readme.txt) (1 diff)
-
tags/1.30/redbox.php (copied) (copied from redbox-pickup/trunk/redbox.php) (1 diff)
-
trunk/front/front.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/redbox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
redbox-pickup/tags/1.30/front/front.php
r2650250 r2821828 163 163 'Authorization' => 'Bearer ' . $this->redboxKey 164 164 ), 165 'body' => $dataShipment 165 'body' => $dataShipment, 166 'timeout' => 60 166 167 ); 167 168 $response = wp_remote_post($urlQuery, $options); … … 226 227 'Authorization' => 'Bearer ' . $this->redboxKey 227 228 ), 228 'body' => $dataShipment 229 'body' => $dataShipment, 230 'timeout' => 60 229 231 ); 230 232 $response = wp_remote_post($urlQuery, $options); -
redbox-pickup/tags/1.30/readme.txt
r2768963 r2821828 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1. 297 Stable tag: 1.30 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
redbox-pickup/tags/1.30/redbox.php
r2768963 r2821828 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1. 296 * Version: 1.30 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com -
redbox-pickup/trunk/front/front.php
r2650250 r2821828 163 163 'Authorization' => 'Bearer ' . $this->redboxKey 164 164 ), 165 'body' => $dataShipment 165 'body' => $dataShipment, 166 'timeout' => 60 166 167 ); 167 168 $response = wp_remote_post($urlQuery, $options); … … 226 227 'Authorization' => 'Bearer ' . $this->redboxKey 227 228 ), 228 'body' => $dataShipment 229 'body' => $dataShipment, 230 'timeout' => 60 229 231 ); 230 232 $response = wp_remote_post($urlQuery, $options); -
redbox-pickup/trunk/readme.txt
r2768963 r2821828 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1. 297 Stable tag: 1.30 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
redbox-pickup/trunk/redbox.php
r2768963 r2821828 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1. 296 * Version: 1.30 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com
Note: See TracChangeset
for help on using the changeset viewer.