mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 06:27:15 +00:00
Merge branch 'amazon-min-max-repricing' into master
This commit is contained in:
@@ -23,6 +23,16 @@ namespace bnhtrade.Core.Data.Database
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static string GetMarginSchemeTaxCode()
|
||||
{
|
||||
return "T190";
|
||||
}
|
||||
|
||||
public static string GetOrderChannelAmazonUk()
|
||||
{
|
||||
return "Amazon.co.uk";
|
||||
}
|
||||
|
||||
public static int GetProductConditionIdNew()
|
||||
{
|
||||
return 10;
|
||||
|
||||
Reference in New Issue
Block a user