payment
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
public enum PaymentGatewayType
|
||||
// src/Webshop.Domain/Enums/PaymentGatewayType.cs
|
||||
namespace Webshop.Domain.Enums
|
||||
{
|
||||
Stripe,
|
||||
PayPal,
|
||||
Klarna,
|
||||
Manual // z.B. Vorkasse
|
||||
public enum PaymentGatewayType
|
||||
{
|
||||
BankTransfer,
|
||||
PayPal,
|
||||
Stripe,
|
||||
CashOnDelivery,
|
||||
Invoice
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user