fixed shipping fee
This commit is contained in:
parent
96288ddc23
commit
70531b87f9
|
|
@ -11,9 +11,8 @@
|
|||
|
||||
namespace Beike\Shop\Http\Controllers;
|
||||
|
||||
use Beike\Models\Order;
|
||||
use Beike\Shop\Services\CheckoutService;
|
||||
use Illuminate\Http\Request;
|
||||
use Beike\Shop\Services\CheckoutService;
|
||||
|
||||
class CheckoutController extends Controller
|
||||
{
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ class TotalService
|
|||
{
|
||||
$this->currentCart = $currentCart;
|
||||
$this->cartProducts = $cartProducts;
|
||||
$this->setShippingMethod($currentCart->shipping_method_code);
|
||||
$this->getTaxes();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue