Skip to content

Commit

Permalink
Minor correction to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmabidikar committed Feb 9, 2023
1 parent 9728f4d commit d50d159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kpm install_java_plugin adyen --from-source-file target/adyen-plugin-*-SNAPSHOT.
1. Create a new Adyen test account by signing up [here](https://www.adyen.com/signup).
2. Create a new merchant account as explained [here](https://docs.adyen.com/account/manage-account-structure#request-merchant-account).
3. Generate API key as explained [here](https://docs.adyen.com/development-resources/api-credentials#generate-api-key). Save the key for future reference.
4. Create a new webhook as explained [here](https://ca-test.adyen.com/ca/ca/config/showthirdparty.shtml). This includes the following steps:
4. Create a new webhook as explained [here](https://docs.adyen.com/development-resources/webhooks#set-up-notifications-in-your-customer-area). This includes the following steps:
* Generate an HMAC key and store it for future use.
* Configure a username/password in the "Basic Authentication" section and store it for future use.
* Configure the server URL (This is the URL where the plugin receives notifications. Typically this should be `http://127.0.0.1:8080/plugins/adyen-plugin/notification`)
Expand All @@ -59,7 +59,7 @@ curl -v \
-H 'Content-Type: text/plain' \
-d 'org.killbill.billing.plugin.adyen.apiKey=test_XXX
org.killbill.billing.plugin.adyen.returnUrl=test_XXX
org.killbill.billing.plugin.adyen.merchantAccount=server_url_XXX
org.killbill.billing.plugin.adyen.merchantAccount=account_XXX
org.killbill.billing.plugin.adyen.hcmaKey=test_XXX
org.killbill.billing.plugin.adyen.captureDelayHours=XX
org.killbill.billing.plugin.adyen.password=xxx
Expand Down

0 comments on commit d50d159

Please sign in to comment.