|
Hi,
First of all, congratulations for your work.
Looking for a module of this type.
I installed Nwazet.Commerce and Rework.CommerceHistory.
When I load "Settings/Paypal Settings" I get this
error:
Compiler Error Message: CS1061: 'Rework.CommerceHistory.Models.CommercePayPalSettingsPartRecord' does not contain a definition for 'RecipientsUserName' and no extension method 'RecipientsUserName' accepting a first argument of type 'Rework.CommerceHistory.Models.CommercePayPalSettingsPartRecord'
could be found (are you missing a using directive or an assembly reference?)
Line 22: </div>
Line 23: <div>
Line 24: @Html.LabelFor(m => m.RecipientsUserName, @T("Recipients User Name for Notifications"))
Line 25: @Html.EditorFor(m => m.RecipientsUserName)
Line 26: @Html.ValidationMessageFor(m => m.RecipientsUserName, "*")
Source File: d:\Orchard.Web.1.5.1\Orchard\Modules\Rework.CommerceHistory\Views\EditorTemplates\Parts\Commerce.PayPalSettings.cshtml Line: 24
Thank you very much,
blucobalto
|