File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/pages/starter-kit/checkout Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ The following example demonstrates how to add a webhook to the `plugin.magento.o
150
150
<method name="plugin.magento.out_of_process_payment_methods.api.payment_method_filter.get_list" type="after">
151
151
<hooks>
152
152
<batch name="check_product_stock">
153
- <hook name="check_product_stock" url="https://<yourappbuilder>.runtime.adobe.io/api/v1/web/commerce-checkout-starter-kit/filter-payment" method="POST" timeout="20000" softTimeout="0" sslVerification="false" >
153
+ <hook name="check_product_stock" url="https://<yourappbuilder>.runtime.adobe.io/api/v1/web/commerce-checkout-starter-kit/filter-payment" method="POST" timeout="20000" softTimeout="0">
154
154
<fields>
155
155
<field name="payload" />
156
156
</fields>
You can’t perform that action at this time.
0 commit comments