Changeset 3051155
- Timestamp:
- 03/14/2024 03:12:23 PM (2 years ago)
- Location:
- fuvar-hu-api/trunk
- Files:
-
- 3 edited
-
fuvarhu.php (modified) (1 diff)
-
inc/export.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fuvar-hu-api/trunk/fuvarhu.php
r3051056 r3051155 5 5 Plugin URI: https://uzlet.fuvar.hu 6 6 description: Fuvar.hu B2B Rendszer api 7 Version: 1.4.3 7 Version: 1.4.3.1 8 8 Author: Fuvar.hu 9 9 License: GPL2 -
fuvar-hu-api/trunk/inc/export.php
r3051056 r3051155 48 48 $handler = new fuvarhu_ErrorHandler(); 49 49 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")){ 51 51 return ['street_number' => '', 'locality' => '', 'route' => '']; 52 52 } -
fuvar-hu-api/trunk/readme.txt
r3051056 r3051155 4 4 Requires at least: 5.6.1 5 5 Tested up to: 6.1 6 Stable tag: 1.4.3 7 Requires PHP: 7.46 Stable tag: 1.4.3.1 7 Requires PHP: 8.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.