fix: use UK_OtherCourier shipping service (UK_RoyalMailSecondClass invalid in sandbox)
This commit is contained in:
@@ -278,7 +278,7 @@ public class EbayListingService
|
|||||||
{
|
{
|
||||||
sortOrder = 1,
|
sortOrder = 1,
|
||||||
shippingCarrierCode = "ROYALMAIL",
|
shippingCarrierCode = "ROYALMAIL",
|
||||||
shippingServiceCode = "UK_RoyalMailSecondClass",
|
shippingServiceCode = "UK_OtherCourier",
|
||||||
shippingCost = new { value = "2.85", currency = "GBP" },
|
shippingCost = new { value = "2.85", currency = "GBP" },
|
||||||
additionalShippingCost = new { value = "0.00", currency = "GBP" }
|
additionalShippingCost = new { value = "0.00", currency = "GBP" }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user