From 0fecf2a4b6b836ac42e46d993a9b5a78a55665c5 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Mon, 29 Aug 2022 14:13:29 +0800 Subject: [PATCH] fixed checkout --- beike/Shop/Services/CheckoutService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/beike/Shop/Services/CheckoutService.php b/beike/Shop/Services/CheckoutService.php index 1bf11e0c..63841709 100644 --- a/beike/Shop/Services/CheckoutService.php +++ b/beike/Shop/Services/CheckoutService.php @@ -177,7 +177,6 @@ class CheckoutService 'shipping_method_code' => $this->cart->shipping_method_code, 'payment_address_id' => $this->cart->payment_address_id, 'payment_method_code' => $this->cart->payment_method_code, - 'same_as_shipping_address' => $this->cart->shipping_address_id == $this->cart->payment_address_id, ], 'country_id' => (int)system_setting('base.country_id'), 'customer_id' => $customer->id ?? null,