send the billing code along with the query
This commit is contained in:
parent
ebf860f848
commit
2890e10339
18 changed files with 47 additions and 27 deletions
|
|
@ -97,5 +97,10 @@ namespace Yavsc.Models.Billing
|
|||
[ForeignKey("PaymentId"), Display(Name = "Acquittement de la facture")]
|
||||
public virtual PayPalPayment Regularisation { get; set; }
|
||||
|
||||
[Required]
|
||||
public string BillingCode
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue