修复固定运费计算

This commit is contained in:
Edward Yang 2022-12-05 17:51:31 +08:00
parent 9451ab57a6
commit 4441ad5fec
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class Bootstrap
'name' => $plugin->getName(),
'description' => $plugin->getDescription(),
'icon' => plugin_resize($code, $plugin->icon),
'cost' => $this->getShippingFee($checkout),
];
return $quotes;
}