Created
March 5, 2021 13:13
-
-
Save deepu105/84e9d80613843afa55415e23d354f19c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Clone this repo | |
$ git clone https://github.com/deepu105/payment-request-api-example | |
$ cd payment-request-api-example | |
# Install dependencies | |
$ npm install | |
# create a file named `.env` with values `API_KEY="your_Adyen_API_key"` and `MERCHANT_ACCOUNT="your_Adyen_merchant_account"` | |
$ vi .env | |
# start application | |
$ npm start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment