Skip to content

Commit 9c1ad6d

Browse files
committed
CEXT-4313: Create a new extension to allow filtering payment methods
1 parent 85d7193 commit 9c1ad6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/starter-kit/checkout/use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The following example demonstrates how to add a webhook to the `plugin.magento.o
150150
<method name="plugin.magento.out_of_process_payment_methods.api.payment_method_filter.get_list" type="after">
151151
<hooks>
152152
<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">
154154
<fields>
155155
<field name="payload" />
156156
</fields>

0 commit comments

Comments
 (0)