Skip to content

Commit

Permalink
Merge pull request #2273 from hitesh-wagento/patch-16
Browse files Browse the repository at this point in the history
Update checkout_payment.md
  • Loading branch information
Lori Krell committed Jun 15, 2018
2 parents 54ceb20 + b904869 commit bac3522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/v2.1/howdoi/checkout/checkout_payment.md
Expand Up @@ -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 `<your_module_dir>/view/frontend/web/js/view/` directory. For example in the Magento modules, the payment methods renderers are stored in the `<Magento_module_dir>/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 `<your_module_dir>/view/frontend/web/js/view/` directory. For example in the Magento modules, the payment methods renderers are stored in the `<Magento_module_dir>/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 `<Magento_Checkout_module_dir>/view/frontend/web/js/view/payment/default.js` file. The following table contains the list of the `default` component's methods.

Expand Down

0 comments on commit bac3522

Please sign in to comment.