checkout
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// Auto-generiert von CreateWebshopFiles.ps1
|
||||
// src/Webshop.Application/DTOs/Orders/CreateOrderDto.cs
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
namespace Webshop.Application.DTOs.Orders
|
||||
{
|
||||
@@ -15,6 +13,9 @@ namespace Webshop.Application.DTOs.Orders
|
||||
public Guid BillingAddressId { get; set; }
|
||||
public Guid PaymentMethodId { get; set; }
|
||||
public Guid ShippingMethodId { get; set; }
|
||||
|
||||
public string? CouponCode { get; set; } // << NEU >>
|
||||
|
||||
public List<CreateOrderItemDto> Items { get; set; } = new List<CreateOrderItemDto>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user