Plugin Directory

Changeset 3051155


Ignore:
Timestamp:
03/14/2024 03:12:23 PM (2 years ago)
Author:
fuvarhu
Message:

fixing csv export at home delivery

Location:
fuvar-hu-api/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fuvar-hu-api/trunk/fuvarhu.php

    r3051056 r3051155  
    55      Plugin URI: https://uzlet.fuvar.hu
    66      description: Fuvar.hu B2B Rendszer api
    7       Version: 1.4.3
     7      Version: 1.4.3.1
    88      Author: Fuvar.hu
    99      License: GPL2
  • fuvar-hu-api/trunk/inc/export.php

    r3051056 r3051155  
    4848        $handler = new fuvarhu_ErrorHandler();
    4949
    50         if($order->get_shipping_method() != "Házhoz szállítás" && $order->get_shipping_method() != "Házhoz szállítás a Fuvarral"){
     50        if(!str_contains($order->get_shipping_method(),"Házhoz szállítás")){
    5151            return ['street_number' => '', 'locality' => '', 'route' => ''];
    5252        }
  • fuvar-hu-api/trunk/readme.txt

    r3051056 r3051155  
    44Requires at least: 5.6.1
    55Tested up to: 6.1
    6 Stable tag: 1.4.3
    7 Requires PHP: 7.4
     6Stable tag: 1.4.3.1
     7Requires PHP: 8.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.