From 3708f988c35812d86c32781d959ee28f2670dc7c Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 28 May 2017 06:13:49 +0200 Subject: [PATCH] we need the merchant id --- Yavsc/Settings/PayPalSettings.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Yavsc/Settings/PayPalSettings.cs b/Yavsc/Settings/PayPalSettings.cs index d5681fd8..b4cae1b7 100644 --- a/Yavsc/Settings/PayPalSettings.cs +++ b/Yavsc/Settings/PayPalSettings.cs @@ -31,6 +31,13 @@ namespace Yavsc /// public string MerchantAccountId { get; set; } + /// + /// Merchant PayPal Classic Api user name + /// + /// + public string MerchantAccountUserName { get; set; } + + /// /// PayPal Classic Api credentials model ///