Adding assignments
This commit is contained in:
12
Payment/PayPalPayment.cs
Normal file
12
Payment/PayPalPayment.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace OOP.Payment
|
||||
{
|
||||
public class PayPalPayment : GenericPayment
|
||||
{
|
||||
public string email { get; set; }
|
||||
|
||||
public override void ProcessPayment()
|
||||
{
|
||||
Console.WriteLine("Processing PayPal");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user