pushuo 2022-08-22 18:00:34 +08:00
parent c504ab90d8
commit f394b20d31
1 changed files with 1 additions and 1 deletions

View File

@ -99,6 +99,6 @@ class CartController extends Controller
->findOrFail($skuId);
$cart = CartService::add($sku, $quantity, $customer);
return json_success(trans('shop/cart.added_to_cart'), $cart);
return json_success(trans('shop/carts.added_to_cart'), $cart);
}
}