From 4441ad5fec08e82e65b585ceb94215892e7a688c Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Mon, 5 Dec 2022 17:51:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BA=E5=AE=9A=E8=BF=90?= =?UTF-8?q?=E8=B4=B9=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/FlatShipping/Bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/FlatShipping/Bootstrap.php b/plugins/FlatShipping/Bootstrap.php index 58b9c3fc..ca6e6388 100644 --- a/plugins/FlatShipping/Bootstrap.php +++ b/plugins/FlatShipping/Bootstrap.php @@ -33,6 +33,7 @@ class Bootstrap 'name' => $plugin->getName(), 'description' => $plugin->getDescription(), 'icon' => plugin_resize($code, $plugin->icon), + 'cost' => $this->getShippingFee($checkout), ]; return $quotes; }