Skip to content

Commit 143c725

Browse files
committed
v1.0.0
1 parent 93c5756 commit 143c725

File tree

1 file changed

+17
-57
lines changed

1 file changed

+17
-57
lines changed

README.md

Lines changed: 17 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ Magento >= 2.3.5
1212

1313
### Description
1414

15-
Accept payments in Bitcoin, Bitcoin Cash, Litecoin, Ethereum, Monero and IOTA directly to your crypto wallet, without any sign-ups or lengthy processes.
16-
All you need is to provide your crypto address.
15+
Accept payments in Bitcoin, Bitcoin Cash, Litecoin, Ethereum, Monero and IOTA directly to your crypto wallet.
1716

1817
#### Allow users to pay with crypto directly on your store
1918

20-
The BlockBee extension enables your Magento store to get receive payments in cryptocurrency, with a simple setup and no sign-ups required.
19+
The BlockBee extension enables your Magento store to get receive payments in cryptocurrency, with a simple setup.
2120

2221
#### Accepted cryptocurrencies & tokens include:
2322

@@ -49,20 +48,18 @@ Exchange rates are fetched every 5 minutes.
4948
* (AED) United Arab Emirates Dirham
5049

5150
If your Magento's currency is none of the above, the exchange rates will default to USD.
52-
If you're using Magento in a different currency not listed here and need support, please [contact us](https://blockbee.io) via our live chat.
51+
If you're using Magento in a different currency not listed here and need support, please [contact us](https://blockbee.io/contacts/) via our live chat.
5352

5453
#### Why choose BlockBee?
5554

56-
BlockBee has no setup fees, no monthly fees, no hidden costs, and you don't even need to sign-up!
57-
Simply set your crypto addresses and you're ready to go. As soon as your customers pay we forward your earnings directly to your own wallet.
55+
BlockBee has no setup fees, no monthly fees and no hidden costs!
5856

59-
BlockBee has a low 1% fee on the transactions processed. No hidden costs.
60-
For more info on our fees [click here](https://blockbee.io/fees)
57+
BlockBee has a low 1% fee on the transactions processed.
58+
For more info on our fees [click here](https://blockbee.io/fees/)
6159

6260
### Installation
6361

6462
1. Upload code to the folder app/code/Blockbee/Blockbee
65-
6663
2. Enter following commands to install module:
6764
```bash
6865
php bin/magento module:enable Blockbee_Blockbee
@@ -83,78 +80,41 @@ php bin/magento cache:enable blockbee_cryptocurrencies
8380
2. Go to Stores -> Configuration -> Sales -> Payment Methods -> BlockBee
8481
3. Activate the payment method (if inactive)
8582
4. Set the name you wish to show your users on Checkout (for example: "Cryptocurrency")
86-
5. Select which cryptocurrencies you wish to accept (control + click to select many)
87-
6. Input your addresses to the cryptocurrencies you selected. This is where your funds will be sent to, so make sure the addresses are correct.
88-
7. Click "Save Changes"
89-
8. All done!
83+
5. Paste your API Key in the API Key field
84+
6. Select which cryptocurrencies you wish to accept (control + click to select many)
85+
7. Input your addresses to the cryptocurrencies you selected. This is where your funds will be sent to, so make sure the addresses are correct.
86+
8. Click "Save Changes"
87+
9. All done!
88+
9089

9190
### Frequently Asked Questions
9291

9392
#### Do I need an API key?
9493

95-
No. You just need to insert your crypto address of the cryptocurrencies you wish to accept. Whenever a customer pays, the money will be automatically and instantly forwarded to your address.
94+
Yes. To use our service you will need to register at our [dashboard](https://dash.blockbee.io/) and create a new API Key.
9695

9796
#### How long do payments take before they're confirmed?
9897

9998
This depends on the cryptocurrency you're using. Bitcoin usually takes up to 11 minutes, Ethereum usually takes less than a minute.
10099

101100
#### Is there a minimum for a payment?
102101

103-
Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://blockbee.io/fees).
102+
Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://blockbee.io/get_started/#fees).
104103
If the Magento order total is below the chosen cryptocurrency's minimum, an error is raised to the user.
105104

106105
#### Where can I find more documentation on your service?
107106

108-
You can find more documentation about our service on our [get started](https://blockbee.io/) page, our [technical documentation](https://docs.blockbee.io/) page or our [resources](https://github.com/blockbee-io) page.
107+
You can find more documentation about our service on our [website](https://blockbee.io/), our [technical documentation](https://docs.blockbee.io/) page or our [e-commerce](https://blockbee.io/ecommerce/) page.
109108
If there's anything else you need that is not covered on those pages, please get in touch with us, we're here to help you!
110109

111-
#### Where can I get support?
110+
#### Where can I get support?
112111

113-
The easiest and fastest way is via our live chat on our [website](https://blockbee.io) or via our [contact form](https://blockbee.io/contacts/sales/).
112+
The easiest and fastest way is via our live chat on our [website](https://blockbee.io) or via our [contact form](https://blockbee.io/contacts/).
114113

115114
### Changelog
116115

117116
#### 1.0
118117
* Initial release.
119118

120-
#### 2.0
121-
* New coins.
122-
* Updated codebase.
123-
* New API URL.
124-
* UI Improvements
125-
* Minor Bug Fixes
126-
127-
#### 3.0
128-
* New settings and color schemes to fit dark mode
129-
* New settings to add BlockBee's services fees to the checkout
130-
* New settings to add blockchain fees to the checkout
131-
* Upgrade the settings
132-
* Added a history of transactions to the order payment page
133-
* Better handling of partial payments
134-
* Disable QR Code with value in certain currencies due to some wallets not supporting it
135-
* Minor fixes
136-
* UI Improvements
137-
138-
#### 3.0.1
139-
* Minor fixes
140-
141-
#### 3.0.2
142-
* Minor fixes
143-
144-
#### 3.0.3
145-
* Minor fixes
146-
147-
#### 3.1
148-
* Support BlockBee Pro
149-
* Minor fixes
150-
151-
#### 3.1.1
152-
* Minor fixes
153-
154-
#### 3.2.0
155-
* Support for BlockBee
156-
* Add e-mail with link for order payment
157-
* Minor fixes
158-
159119
### Upgrade Notice
160120
* No breaking changes.

0 commit comments

Comments
 (0)