Skip to content

Commit

Permalink
feat(adyen-template): added a first version of adyen APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanorct committed Feb 26, 2024
1 parent 1c8be22 commit 0ce185d
Show file tree
Hide file tree
Showing 19 changed files with 6,083 additions and 156 deletions.
11 changes: 8 additions & 3 deletions processor/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ CTP_CLIENT_SECRET=[composable-commerce-client-secret]
CTP_PROJECT_KEY=[composable-commerce-project-key]

# Merchant website
SELLER_RETURN_URL=[Merchant-website-return-url]
SELLER_SEND_NOTIFICATION_ENABLED=[true/false]
SELLER_NOTIFICATION_URL=[Merchant-website-return-url]
MERCHANT_RETURN_URL=[Merchant-website-return-url]

# Adyen credentials
ADYEN_ENVIRONMENT=[Adyen-environment]
ADYEN_API_KEY=[Adyen-api-key]
ADYEN_LIVE_URL_PREFIX=
ADYEN_NOTIFICATION_HMAC_KEY=[Adyen-hmac-key]
ADYEN_MERCHANT_ACCOUNT=[Adyen-merchant-account]
4 changes: 2 additions & 2 deletions processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@adyen/api-library": "16.0.1",
"@commercetools-backend/loggers": "22.17.2",
"@commercetools/connect-payments-sdk": "0.1.0",
"@commercetools/connect-payments-sdk": "0.2.0",
"@commercetools/platform-sdk": "7.3.0",
"@commercetools/sdk-client-v2": "2.3.0",
"@fastify/autoload": "5.8.0",
Expand Down Expand Up @@ -56,4 +56,4 @@
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
}
}
Loading

0 comments on commit 0ce185d

Please sign in to comment.