From b904869257a540c9e32cd6acc8f41207ed96430f Mon Sep 17 00:00:00 2001 From: Hitesh Date: Fri, 15 Jun 2018 17:40:33 +0530 Subject: [PATCH] Update checkout_payment.md --- guides/v2.1/howdoi/checkout/checkout_payment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.1/howdoi/checkout/checkout_payment.md b/guides/v2.1/howdoi/checkout/checkout_payment.md index 58021670295..ed75c5ce978 100644 --- a/guides/v2.1/howdoi/checkout/checkout_payment.md +++ b/guides/v2.1/howdoi/checkout/checkout_payment.md @@ -32,7 +32,7 @@ Your payment method renderer must be implemented as a {% glossarytooltip 9bcc648 Do not use `Ui` for your custom module name, because `%Vendor%_Ui` notation, required when specifying paths, might cause issues. -In you custom module directory create the component's `.js` file (payment method renderer). It must be located under the `/view/frontend/web/js/view/` directory. For example in the Magento modules, the payment methods renderers are stored in the `/view/frontend/web/js/view/payment/method-renderer/` directory. +In your custom module directory create the component's `.js` file (payment method renderer). It must be located under the `/view/frontend/web/js/view/` directory. For example in the Magento modules, the payment methods renderers are stored in the `/view/frontend/web/js/view/payment/method-renderer/` directory. Usually, your component will extend the default payment method component (default payment method renderer) implemented in the `/view/frontend/web/js/view/payment/default.js` file. The following table contains the list of the `default` component's methods.