Changeset 2883366
- Timestamp:
- 03/20/2023 10:04:46 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sprint/trunk/includes/Ajax/ERP_SPRINT_Ajax_Service.php
r2883344 r2883366 103 103 $status = $req['status']; 104 104 global $wpdb; 105 $data = $this->erp_ pudo_get_setting_array();106 $logixgrid_setting = $wpdb->get_row("SELECT * FROM wp_logixgridwaybillSecureKey WHERE waybill_number = '". $waybillNumber ."' and secure_key = '".$data['secureKey']."'", ARRAY_A );105 $data = $this->erp_sprint_get_setting_array(); 106 $logixgrid_setting = $wpdb->get_row("SELECT * FROM wp_logixgridwaybillSecureKey WHERE waybill_number = '". $waybillNumber ."' and secure_key = '".$data['secureKey']."'", ARRAY_A ); 107 107 if (count($logixgrid_setting) > 0) { 108 108 $id = $logixgrid_setting['ID'];
Note: See TracChangeset
for help on using the changeset viewer.