Plugin Directory

Changeset 2883366


Ignore:
Timestamp:
03/20/2023 10:04:46 AM (3 years ago)
Author:
sprintlogistics
Message:

create api for update waybills status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sprint/trunk/includes/Ajax/ERP_SPRINT_Ajax_Service.php

    r2883344 r2883366  
    103103    $status = $req['status'];
    104104    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 );
    107107    if (count($logixgrid_setting) > 0) {
    108108      $id = $logixgrid_setting['ID'];
Note: See TracChangeset for help on using the changeset viewer.