we need the merchant id

main
Paul Schneider 9 years ago
parent 3feb0c8ff8
commit 3708f988c3
1 changed files with 7 additions and 0 deletions

@ -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>

Loading…