I am upgrading from 1.57 to 1.58 and using fedex web services module
https://www.numinix.com/zen-cart-plu...vices-shipping


This is the error I am getting if someone can assist me with


error:
[14-Nov-2022 22:41:55 Europe/Berlin] Request URI: /xxx.com/index.php?main_page=shopping_cart, IP address: 127.0.0.1
#0 C:\xampp\htdocs\xxx.com\includes\classes\shipping.php(90): zen_debug_error_handler()
#1 C:\xampp\htdocs\xxx.com\includes\classes\shipping.php(90): include_once()
#2 C:\xampp\htdocs\xxx.com\includes\modules\shipping_estimator.php(148): shipping->__construct()
#3 C:\xampp\htdocs\xxx.com\includes\templates\theme871\templates\tpl_shopping_cart_ default.php(312): require('C:\\xampp\\htdocs...')
#4 C:\xampp\htdocs\xxx.com\includes\templates\theme871\common\tpl_main_page.php(407 ): require('C:\\xampp\\htdocs...')
#5 C:\xampp\htdocs\xxx.com\index.php(94): require('C:\\xampp\\htdocs...')
--> PHP Deprecated: Optional parameter $method declared before required parameter $client is implicitly treated as a required parameter in C:\xampp\htdocs\xxx.com\includes\modules\shipping\fedexwebservices.php on line 623.


Code on line 623
Code:
function do_request($method = '', $request, $client) {
  global $db, $shipping_weight, $shipping_num_boxes, $cart, $order, $all_products_ship_free;
    try {
      $response = $client->getRates($request);