Skip to content

Commit eb9500e

Browse files
Update comment
1 parent 16b2f16 commit eb9500e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Commerce.Deploy/Connectors/ServiceConnectors/UmbracoCommerceCountryServiceConnector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private Task Pass4Async(ArtifactDeployState<CountryArtifact, CountryReadOnly> st
178178
if (artifact.TaxCalculationMethodUdi != null)
179179
{
180180
artifact.TaxCalculationMethodUdi.EnsureType(UmbracoCommerceConstants.UdiEntityType.TaxCalculationMethod);
181-
// TODO: Check the currency exists?
181+
// TODO: Check the tax calculation method exists?
182182
}
183183

184184
entity.SetTaxCalculationMethod(artifact.TaxCalculationMethodUdi?.Guid);

0 commit comments

Comments
 (0)