Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3338860

Browse files
authored
Merge pull request #9298 from #9298
[Imported] define provider for custom checkout form
2 parents 2543088 + 25d2177 commit 3338860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guides/v2.3/howdoi/checkout/checkout_form.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ It should be similar to the following:
128128
<item name="custom-checkout-form-container" xsi:type="array">
129129
<!-- Add this item to configure your js file -->
130130
<item name="component" xsi:type="string">VendorName_ModuleName/js/view/custom-checkout-form</item>
131+
<item name="provider" xsi:type="string">checkoutProvider</item>
131132
<item name="config" xsi:type="array">
132133
<!-- And this to add your html template -->
133134
<item name="template" xsi:type="string">VendorName_ModuleName/custom-checkout-form</item>

0 commit comments

Comments
 (0)