Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

37124 - added optional params to installation #71

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ To use the connector you need to have the following:

Please keep in mind, that the parameter [merchant account id](https://developer.paypal.com/braintree/articles/control-panel/important-gateway-credentials#merchant-account-id-versus-merchant-id) (BRAINTREE_MERCHANT_ACCOUNT) differs from merchant ID and is optional.

Please set the following parameters according to your project requirements:

- BRAINTREE_SEND_TRACKING
- BRAINTREE_PAYPAL_DESCRIPTION
- BRAINTREE_VALIDATE_CARD
- BRAINTREE_AUTOCAPTURE

## Instructions

- `cd braintree-extension`
Expand Down
2 changes: 1 addition & 1 deletion braintree-commercetools-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"body-parser": "^1.20.1",
"braintree": "^3.23.0",
"dotenv": "^16.0.3",
"express": "4.19.2",
"express": "4.21.0",
"listr2": "^5.0.8",
"validator": "^13.7.0"
}
Expand Down
286 changes: 161 additions & 125 deletions braintree-commercetools-events/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion braintree-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"body-parser": "^1.20.0",
"braintree": "^3.13.0",
"dotenv": "^16.0.3",
"express": "4.19.2",
"express": "4.21.0",
"validator": "^13.7.0"
}
}
286 changes: 161 additions & 125 deletions braintree-extension/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion braintree-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"body-parser": "^1.20.1",
"braintree": "^3.13.0",
"dotenv": "^16.0.3",
"express": "4.19.2",
"express": "4.21.0",
"listr2": "^5.0.8",
"validator": "^13.7.0"
}
Expand Down
286 changes: 161 additions & 125 deletions braintree-notifications/yarn.lock

Large diffs are not rendered by default.

Loading