Changeset 2629670
- Timestamp:
- 11/15/2021 09:59:50 AM (4 years ago)
- Location:
- redbox-pickup
- Files:
-
- 3 edited
- 8 copied
-
tags/1.23 (copied) (copied from redbox-pickup/trunk)
-
tags/1.23/admin/config.php (copied) (copied from redbox-pickup/trunk/admin/config.php)
-
tags/1.23/admin/new_method.php (copied) (copied from redbox-pickup/trunk/admin/new_method.php)
-
tags/1.23/css/front.css (copied) (copied from redbox-pickup/trunk/css/front.css)
-
tags/1.23/front/front.php (copied) (copied from redbox-pickup/trunk/front/front.php) (2 diffs)
-
tags/1.23/js/front.js (copied) (copied from redbox-pickup/trunk/js/front.js)
-
tags/1.23/readme.txt (copied) (copied from redbox-pickup/trunk/readme.txt) (1 diff)
-
tags/1.23/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.23/front/front.php
r2629642 r2629670 126 126 127 127 function redbox_create_shipment( $order_id, $posted_data, $order ) { 128 $note = 'Creating redbox shipments'; 129 $order->add_order_note( $note ); 128 130 if (!$order) { 129 131 $note = 'RedBox error: Order not found'; … … 139 141 "store_url" => get_home_url(), 140 142 "reference" => $order_id, 141 "point_id" => $ order->get_meta( '_redbox_point_id' ),143 "point_id" => $_POST['redbox_point_id'], 142 144 "customer_name" => $customerData['name'], 143 145 "customer_phone" => $customerData['phone'], -
redbox-pickup/tags/1.23/readme.txt
r2629642 r2629670 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1.2 27 Stable tag: 1.23 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
redbox-pickup/tags/1.23/redbox.php
r2629642 r2629670 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1.2 26 * Version: 1.23 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com -
redbox-pickup/trunk/front/front.php
r2629642 r2629670 126 126 127 127 function redbox_create_shipment( $order_id, $posted_data, $order ) { 128 $note = 'Creating redbox shipments'; 129 $order->add_order_note( $note ); 128 130 if (!$order) { 129 131 $note = 'RedBox error: Order not found'; … … 139 141 "store_url" => get_home_url(), 140 142 "reference" => $order_id, 141 "point_id" => $ order->get_meta( '_redbox_point_id' ),143 "point_id" => $_POST['redbox_point_id'], 142 144 "customer_name" => $customerData['name'], 143 145 "customer_phone" => $customerData['phone'], -
redbox-pickup/trunk/readme.txt
r2629642 r2629670 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1.2 27 Stable tag: 1.23 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
redbox-pickup/trunk/redbox.php
r2629642 r2629670 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1.2 26 * Version: 1.23 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com
Note: See TracChangeset
for help on using the changeset viewer.