Skip to content

Commit

Permalink
Update DibsEasyCheckout.cs
Browse files Browse the repository at this point in the history
Call with headless = true in BeginCheckout for headless
  • Loading branch information
nicped authored Oct 2, 2024
1 parent 962e136 commit a46f8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DibsEasyCheckout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public override OutputResult BeginCheckout(Order order, CheckoutParameters param


var formTemplate = new Template(TemplateHelper.GetTemplatePath(PostTemplate, PostTemplateFolder));
return RenderPaymentForm(order, formTemplate, false, parameters?.ReceiptUrl);
return RenderPaymentForm(order, formTemplate, true, parameters?.ReceiptUrl);
}

protected override string GetBaseUrl(Order order, bool headless = false)
Expand Down

0 comments on commit a46f8d0

Please sign in to comment.