Skip to content

Commit 414bf75

Browse files
authored
Merge pull request #291 from adyen-examples/update-readme
Update README.md
2 parents 64c83a6 + d241f40 commit 414bf75

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33
[![PHP Composer](https://github.com/adyen-examples/adyen-php-online-payments/actions/workflows/build.yml/badge.svg)](https://github.com/adyen-examples/adyen-php-online-payments/actions/workflows/build.yml)
44
[![E2E (Playwright)](https://github.com/adyen-examples/adyen-php-online-payments/actions/workflows/e2e.yml/badge.svg)](https://github.com/adyen-examples/adyen-php-online-payments/actions/workflows/e2e.yml)
55

6-
7-
## Run this integration in seconds using [Gitpod](https://gitpod.io/)
8-
9-
* Open your [Adyen Test Account](https://ca-test.adyen.com/ca/ca/overview/default.shtml) and create a set of [API keys](https://docs.adyen.com/user-management/how-to-get-the-api-key).
10-
* Go to [gitpod account variables](https://gitpod.io/variables).
11-
* Set the `ADYEN_API_KEY`, `ADYEN_CLIENT_KEY`, `ADYEN_HMAC_KEY` and `ADYEN_MERCHANT_ACCOUNT` variables.
12-
* Click the button below!
13-
14-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/adyen-examples/adyen-php-online-payments)
15-
16-
_NOTE: To allow the Adyen Drop-In and Components to load, you have to add `https://*.gitpod.io` as allowed origin for your chosen set of [API Credentials](https://ca-test.adyen.com/ca/ca/config/api_credentials_new.shtml)_
17-
186
## Details
197

208
This repository includes examples of PCI-compliant UI integrations for online payments with Adyen. Within this demo app, you'll find a simplified version of an e-commerce website, complete with commented code to highlight key features and concepts of Adyen's API. Check out the underlying code to see how you can integrate Adyen to give your shoppers the option to pay with their preferred payment methods, all in a seamless checkout experience.
@@ -97,9 +85,8 @@ This sample application provides a simple webhook integration exposed at `/api/w
9785

9886
Your endpoint that will consume the incoming webhook must be publicly accessible.
9987

100-
There are typically 3 options:
88+
There are typically 2 options:
10189
* deploy on your own cloud provider
102-
* deploy on Gitpod
10390
* expose your localhost with tunneling software (i.e. ngrok)
10491

10592
#### Option 1: cloud deployment
@@ -108,14 +95,7 @@ If you deploy on your cloud provider (or your own public server) the webhook URL
10895
https://{cloud-provider}/api/webhooks/notifications
10996
```
11097

111-
#### Option 2: Gitpod
112-
If you use Gitpod the webhook URL will be the host assigned by Gitpod
113-
```
114-
https://myorg-myrepo-y8ad7pso0w5.ws-eu75.gitpod.io/api/webhooks/notifications
115-
```
116-
**Note:** when starting a new Gitpod workspace the host changes, make sure to **update the Webhook URL** in the Customer Area
117-
118-
#### Option 3: localhost via tunneling software
98+
#### Option 2: localhost via tunneling software
11999
If you use a tunneling service like [ngrok](ngrok) the webhook URL will be the generated URL (ie `https://c991-80-113-16-28.ngrok.io`)
120100

121101
```bash

0 commit comments

Comments
 (0)