Skip to content

Commit 3ee44f5

Browse files
authored
Merge pull request #19 from marcinx/master
Typo
2 parents a564004 + 721da3a commit 3ee44f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Official COINQVEST Payments API SDK for NodeJS by www.coinqvest.com
44

5-
Accepting cryptocurrency payments using the COINQVEST API is fast, secure, and easy. After you've signed up and obtained your [API key](https://www.coinqvest.com/en/api-settings), all you need to do is create a checkout or blockchain deposit address on Bitcoin, Lightning, Litecoin, Stellar, or other supported networks to get paid. You can also use he API for fiat on- and off-ramping via SWIFT or SEPA.
5+
Accepting cryptocurrency payments using the COINQVEST API is fast, secure, and easy. After you've signed up and obtained your [API key](https://www.coinqvest.com/en/api-settings), all you need to do is create a checkout or blockchain deposit address on Bitcoin, Lightning, Litecoin, Stellar, or other supported networks to get paid. You can also use the API for fiat on- and off-ramping via SWIFT or SEPA.
66

77
This SDK implements the REST API documented at https://www.coinqvest.com/en/api-docs
88

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Official COINQVEST Payments API SDK for NodeJS by www.coinqvest.com
44

5-
Accepting cryptocurrency payments using the COINQVEST API is fast, secure, and easy. After you've signed up and obtained your [API key](https://www.coinqvest.com/en/api-settings), all you need to do is create a checkout or blockchain deposit address on Bitcoin, Lightning, Litecoin, Stellar, or other supported networks to get paid. You can also use he API for fiat on- and off-ramping via SWIFT or SEPA.
5+
Accepting cryptocurrency payments using the COINQVEST API is fast, secure, and easy. After you've signed up and obtained your [API key](https://www.coinqvest.com/en/api-settings), all you need to do is create a checkout or blockchain deposit address on Bitcoin, Lightning, Litecoin, Stellar, or other supported networks to get paid. You can also use the API for fiat on- and off-ramping via SWIFT or SEPA.
66

77
This SDK implements the REST API documented at https://www.coinqvest.com/en/api-docs
88

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "COINQVEST LLC",
33
"name": "coinqvest-merchant-sdk",
44
"description": "Official COINQVEST Merchant API SDK for NodeJS by www.coinqvest.com",
5-
"version": "0.0.10",
5+
"version": "0.0.11",
66
"main": "./lib/index.js",
77
"keywords": [
88
"payment-gateway",

0 commit comments

Comments
 (0)