fix: restore missing _merchantLocationKey field dropped by bad patch
This commit is contained in:
@@ -20,7 +20,7 @@ public class EbayListingService
|
||||
private string? _fulfillmentPolicyId;
|
||||
private string? _paymentPolicyId;
|
||||
private string? _returnPolicyId;
|
||||
|
||||
private string? _merchantLocationKey;
|
||||
private bool _triedPolicySetup;
|
||||
|
||||
public EbayListingService(EbayAuthService auth, EbayCategoryService categoryService)
|
||||
@@ -532,3 +532,4 @@ public class EbayListingService
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user