Compare commits
3 Commits
3bc282ebf4
...
8f421b4cd3
| Author | SHA1 | Date |
|---|---|---|
|
|
8f421b4cd3 | |
|
|
bf50d72937 | |
|
|
e211c96752 |
|
|
@ -1,4 +1,4 @@
|
|||
namespace Nop.Services.Payments;
|
||||
namespace Nop.Services.Payments;
|
||||
|
||||
/// <summary>
|
||||
/// Cancel recurring payment result
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"ConnectionStrings": {
|
||||
"ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_DEV;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True",
|
||||
"ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_PROD;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True",
|
||||
"DataProvider": "sqlserver",
|
||||
"SQLCommandTimeout": null,
|
||||
"WithNoLock": false
|
||||
|
|
|
|||
|
|
@ -24,10 +24,10 @@
|
|||
}
|
||||
//A NopLogWriter DI-only writer (5 szolgáltatás-függőség) — a config-úton nincs (AppType, LogLevel, string) ctor-a, MissingMethodException-t okozott.
|
||||
//A DI-regisztrációja (PluginNopStartup: AddScoped<IAcLogWriterBase, NopLogWriter>) változatlanul él.
|
||||
//,{
|
||||
// "LogLevel": "Detail",
|
||||
// "LogWriterType": "Mango.Nop.Services.Loggers.NopLogWriter, Mango.Nop.Services, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
|
||||
//}
|
||||
,{
|
||||
"LogLevel": "Detail",
|
||||
"LogWriterType": "Mango.Nop.Services.Loggers.NopLogWriter, Mango.Nop.Services, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Leltár funkció aktiválása
|
||||
Loading…
Reference in New Issue