Making sure it uses Microsoft Code Convention
This commit is contained in:
@@ -2,7 +2,7 @@ namespace OOP.Payment
|
||||
{
|
||||
public class PayPalPayment : GenericPayment
|
||||
{
|
||||
public string email { get; set; }
|
||||
public string Email { get; set; }
|
||||
|
||||
public override void ProcessPayment()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user