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

Commit

Permalink
More formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dobooth authored Feb 11, 2020
1 parent 7831263 commit 7b0af42
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/guides/v2.3/howdoi/checkout/checkout_payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,21 +313,22 @@ In your custom module directory, create a new `<your_module_dir>/view/frontend/l

These steps are required in production mode only, not while in development mode.

1.Compile the code:
1. Compile the code:

```bash
bin/magento setup:di:compile
```
```bash
bin/magento setup:di:compile
```

1. Deploy the static contents:

```bash
bin/magento setup:static-content:deploy
```
```bash
bin/magento setup:static-content:deploy
```

1. Clean the cache:

```bash
bin/magento cache:clean
```
```bash
bin/magento cache:clean
```

For an illustration of `checkout_index_index.xml` where a new payment method is declared, view [app/code/Magento/Authorizenet/view/frontend/layout/checkout_index_index.xml]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Authorizenet/view/frontend/layout/checkout_index_index.xml)

0 comments on commit 7b0af42

Please sign in to comment.