From 088491d9373df5a9ee7940a8c1685c6d2b14e8ee Mon Sep 17 00:00:00 2001 From: "EPAY-PRESCO\\Yifan.Shu" Date: Fri, 1 Mar 2024 17:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B5=A6=E7=89=A9=E6=B5=81id=E5=88=9D=E5=80=BC?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=EF=BC=8C=E9=81=BF=E5=85=8D=E5=8F=AA=E9=96=8B?= =?UTF-8?q?=E5=95=9F=E9=87=91=E6=B5=81=E6=99=82=E7=99=BC=E7=94=9F=E9=8C=AF?= =?UTF-8?q?=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- class-payuni.php | 1 + 1 file changed, 1 insertion(+) diff --git a/class-payuni.php b/class-payuni.php index 894cb98..dbecb54 100644 --- a/class-payuni.php +++ b/class-payuni.php @@ -470,6 +470,7 @@ private function transformpayuniVersion($order, $version) private function uppOnePointHandler($order) { $prodDesc = []; + $shipping_data_method_id = ''; $items = $order->get_items(); foreach ($items as $item) { $prodDesc[] = $item->get_name() . ' * ' . $item->get_quantity();