Skip to content

Commit 19dbcb9

Browse files
Force another build
1 parent a134619 commit 19dbcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Commerce.Checkout/Pipeline/Tasks/CreateUmbracoCommerceCheckoutZeroValuePaymentMethodTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public CreateUmbracoCommerceCheckoutZeroValuePaymentMethodTask(IUmbracoCommerceA
1616

1717
public override PipelineResult<InstallPipelineContext> Execute(PipelineArgs<InstallPipelineContext> args)
1818
{
19-
_commerceApi.Uow.Execute(uow =>
19+
_commerceApi.Uow.Execute(uow =>
2020
{
2121
if (!_commerceApi.PaymentMethodExists(args.Model.Store.Id, UmbracoCommerceCheckoutConstants.PaymentMethods.Aliases.ZeroValue))
2222
{

0 commit comments

Comments
 (0)