Formatting changes.
This commit is contained in:
parent
3bcb357fd4
commit
299a3b74a4
@ -17,7 +17,6 @@ namespace eShopOnContainers.Core.Services.Basket
|
||||
|
||||
public async Task<CustomerBasket> GetBasketAsync(string guidUser, string token)
|
||||
{
|
||||
|
||||
UriBuilder builder = new UriBuilder(GlobalSetting.Instance.BasketEndpoint);
|
||||
|
||||
builder.Path = guidUser;
|
||||
@ -30,7 +29,6 @@ namespace eShopOnContainers.Core.Services.Basket
|
||||
ServicesHelper.FixBasketItemPictureUri(basket?.Items);
|
||||
|
||||
return basket;
|
||||
|
||||
}
|
||||
|
||||
public async Task<CustomerBasket> UpdateBasketAsync(CustomerBasket customerBasket, string token)
|
||||
|
Loading…
x
Reference in New Issue
Block a user