Skip to content

Commit

Permalink
Update main README
Browse files Browse the repository at this point in the history
  • Loading branch information
lojzatran committed Apr 16, 2019
1 parent 3698144 commit a8f54ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# commercetools-adyen-integration
This repository provides integration between Commercetools and Adyen payment service provider.
This repository provides integration between commercetools and Adyen payment service provider.

#### Supported payment methods
- Credit card with 3DS payment
Expand All @@ -18,9 +18,9 @@ Complete integration requires running both of the modules.
- The Notification module will process the notification and update the matching commercetools payment accordingly.

## Extension module
Extension module is a public service. When CTP Payments change, It receives calls from
Extension module is a public service. When a commercetools payment object changes, it receives a request from
[API Extensions](https://docs.commercetools.com/http-api-projects-api-extensions),
maps and sends the request to Adyen and then returns update actions back to commercetools platform.
maps and sends a request to Adyen and then responds with update actions back to commercetools platform.
For more info, go to the [Extension module](./extension/README.md).

## Notification module
Expand Down

0 comments on commit a8f54ec

Please sign in to comment.