Skip to content

Commit 1da6afb

Browse files
authored
Merge pull request #150 from ndeet/patch-2
Minor changes from updated drupal repo Readme.md
2 parents fba5fe4 + 8661c6e commit 1da6afb

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Drupal.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The project can be found [here](https://drupal.org/project/commerce_btcpay) on d
44

55
## Requirements
66

7-
* BTCPay Server (see [docker setup guide](https://github.com/btcpayserver/btcpayserver-docker))
7+
* BTCPay Server ([self hosted or 3rd party](https://docs.btcpayserver.org/deployment/deployment) or [quick start with a testserver](https://docs.btcpayserver.org/btcpay-basics/tryitout))
88
* Drupal Commerce 2.x installed ([installation guide](https://docs.drupalcommerce.org/commerce2/developer-guide/install-update/installation))
99
* Drupal: [configured private file system](https://www.drupal.org/docs/8/core/modules/file/overview#content-accessing-private-files)
1010

@@ -18,14 +18,15 @@ The project can be found [here](https://drupal.org/project/commerce_btcpay) on d
1818

1919
#### Generate pairing code on BTCPay server
2020

21-
1. in store settings go to "**Access Tokens**"
22-
2. click on **[Create a new token]**
23-
3. **Label:** enter some label (eg. my store)
24-
4. **Public key:** this needs to be left **empty**
25-
5. **Facade:** "merchant"
26-
6. click on **[Request pairing]**
27-
7. on next screen choose your configured store in** Pair to** select dropdown and click on **[approve]**
28-
8. note down the displayed 7-digit code at the top status message, e.g. "d7afaXr"
21+
1. BTCPay server: [create and configure a store](https://docs.btcpayserver.org/btcpay-basics/gettingstarted#creating-btcpay-store)
22+
2. in store settings go to "**Access Tokens**"
23+
3. click on **[Create a new token]**
24+
4. **Label:** enter some label (eg. my store)
25+
5. **Public key:** this needs to be left **empty**
26+
6. **Facade:** "merchant"
27+
7. click on **[Request pairing]**
28+
8. on next screen choose your configured store in** Pair to** select dropdown and click on **[approve]**
29+
9. note down the displayed 7-digit code at the top status message, e.g. "d7afaXr"
2930
(you will need that code below on gateway configuration, see below)
3031

3132
#### Commerce BTCPay: Installation + configuration

0 commit comments

Comments
 (0)