we need the merchant id

This commit is contained in:
Paul Schneider 2017-05-28 06:13:49 +02:00
commit c03625a36f

View file

@ -31,6 +31,13 @@ namespace Yavsc
/// <returns></returns>
public string MerchantAccountId { get; set; }
/// <summary>
/// Merchant PayPal Classic Api user name
/// </summary>
/// <returns></returns>
public string MerchantAccountUserName { get; set; }
/// <summary>
/// PayPal Classic Api credentials model
/// </summary>